tolko

Registered
Dec 4, 2013
1
0
1
cPanel Access Level
Website Owner
Hello everyone
sorry for my english language.
i'm a newbie and i need restore a database only.
in my VHM control panel "Legacy Restore Backups" section, there is an option for restore all databases (there are 4) and i need restore a single specific database.
What's the correct procedure or ssh command?
Thanks in advance.
Tolko
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello :)

How large is the database? If it's not too large, you can restore it via phpMyAdmin. Otherwise, if you have SSH access, upload it and restore it via:

Code:
mysql database_name < /path/to/database.sql
Thank you.