How to restore MySQL Database on SolidCP

  • Login to SolidCP control panel. SolidCP is located at URL http://scp.your_domain.com
  • On the next screen, you will see icons for all services you can manage from SolidCP. Under Databases section click on MySQL 5.X icon.





  • On the next screen, list of previously added MySQL databases will be populated. Click on MySQL database name you want to restore.





  • Expand the Maintenance Tools option and click on Restore button.





  • At this stage, you will have 2 options to restore from, Uploaded File and Hosting Space File. If you want to restore MySQL database from the backup file stored in your local computer then select Uploaded File option and click on Choose File button to select the backup file from your local computer. If you already have uploaded the MySQL database backup file in your hosting space then select Hosting Space File option and browse the path of backup file under your hosting space.





  • After choosing one of these methods, click on Restore button.




  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to create Email Account on SolidCP

SolidCP control panel allows you to manage all email operations under single login. It enables...

How to create MySQL Database on SolidCP

Login to SolidCP. SolidCP is located at URL https://scp.your_domain.com On the next screen,...

How can I create an email forwarding in SolidCP

Email Forwarding can be used to forward your emails from one account to your preferred account....

How to install Let's Encrypt SSL Certificate

Login to the SolidCP using http://scp.your_domain.com Click on the Web Sites option under Web...

PHP Script for Email with SMTP Authentication

The below email script is for PHP emailing with SMTP authentication. <?php//new function $to...