Viewing post 1 (of 1 total)
you should follow two steps:
Create an appropriately named database on the target machine Load the file using the mysql command:
$ mysql -u [uname] -p[pass] [db_to_restore] < [backupfile.sql]
Have a look how...
March 2, 2015 at 3:04 pm
#1781233