Control Web Panel

WebPanel => How to => Topic started by: devbel8 on August 19, 2016, 04:40:10 AM

Title: database restore
Post by: devbel8 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.
Title: Re: database restore
Post by: Bausch 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