| How To Restore and Import MySQL Database |
|
|
|
| Thursday, 03 December 2009 12:55 |
|
You should upload the dump file to the MySQL server, and type this command to import the databases into the MySQL server. mysql -u username –p password database_name < dump.sql
|