MySQL Databases
How do I load a dump or file into my database?
Upload the file to your hosting account using FTP then connect to your account using SSH. Once logged in, navigate to the location you uploaded the file and type the following commain at the prompt.
mysql -u<username> -p<password> <databasename> < <filename>
If you do not have telnet access, contact the support team ask we will load the file for you.
<< Back
|