Author Topic: database restore  (Read 8532 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
database restore
« on: August 19, 2016, 04:40:10 AM »
Do i restore my database backup from cpanel to CWPanel ?
How to do?
I have a 220MB size of mysql database from cpanel.

Offline
*
Re: database restore
« Reply #1 on: August 20, 2016, 04:12:31 PM »
Start an SSH session then pass the following command. Replace DB_Name with the name of your database, and file with the filename.

mysql -u USER -p DB_NAME < FILE.sql