
How To
[How To] Restore and Import MySQL Database
September 16, 2011
|
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 –ppassword database_name <
Read More