If you have SSH access, you can use the following command to import your database.
mysql -u username -p password database_name < /path/to/your/mysql_data.sql
- 188 Users Found This Useful
Related Articles
Powered by WHMCompleteSolution
If you have SSH access, you can use the following command to import your database.
mysql -u username -p password database_name < /path/to/your/mysql_data.sql
Please follow the steps below to create MySQL databases Go to MySQL Manager in your Control...
To connect to your MySQL database remotely, you will need to log into your control panel and go...
To import your MySQL database, you can use phpMyAdmin which is available in your control panel....
To export your database, you can use PHPMyAdmin which is available in your control panel....
Powered by WHMCompleteSolution