...
3. Stop the DualShield service
4. If the DualShield uses a local MySQL database, then export the DaulShield database
Code Block | ||
---|---|---|
| ||
cd C:\Program Files\Deepnet DualShield\mysql\bin\
mysqldump -uroot -p dualshield > c:\dualshield.sql |
5. If the DualShield uses a local MySQL database, then copy the database file "dualshield.sql" from the Windows machine to the home folder of the Linux machine, and import it into the database
Please note:- If you are using Ubuntu you will need to install libncurses5 dependency, first.