...
| Code Block |
|---|
cd C:\Program Files\Deepnet DualShield\mysql\bin\
mysql -uroot -p -e "drop database dualshield"
mysql -uroot -p -e "create database dualshield"
mysql -uroot -p dualshield < c:\dualshield.sql |
6. Copy the following files from the old machine:
...