Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: mysql database table corruption

    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...

Viewing post 1 (of 1 total)