hi
i purchased a VPS plan + cpanel
Can you guide me How to create a New MYSQL database and update the database using the backup available in my comouter
hi
i purchased a VPS plan + cpanel
Can you guide me How to create a New MYSQL database and update the database using the backup available in my comouter
What kind of backup do you have?
You can use phpmyadmin from your cpanel to import dumps.
Check import - PmaWiki
For more cpanel database usage check
MySQL Databases
Senior System Administrator @ Ultimate Server Management
USM - The best management service for your linux server is with us.
from the cpanel database backup itself
databasename.sql.gz
If you have that package you can extract it and restore the sql files using phpmyadmin from your cpanel.
Go to phpmyadmin and search for Import Database
You can also run in the console
mysql -D database < database.sql
Senior System Administrator @ Ultimate Server Management
USM - The best management service for your linux server is with us.