Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Stop the DualShield service

4. If the DualShield uses a local MySQL database, then export the DaulShield database 


Code Block
languagepowershell
    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.