When trying to import a MySQL dump or SLQ file into a database through
web based tools you may have difficulty due to the size of the SQL
file being imported. It is recommended to use SSH to import your MySQL
SQL file. Simply login to your account usin...
Exporting or backing up a MySQL database can be done either via the
cPanel using the Backup utilities or more preferably via SSH using the
folloiwng Command. Using SSH to perform the MySQL export or "dump" is
much more convenient and less prone to timeout...