You are Here: FAQ ->Applications->MySQL Administration->Article #14


WebHosting 5.0 This article is for 1&1 Linux WebHosting only.


How to import a database (dump)



To import a MySQL dump first upload the dump file to your webspace via FTP.
Once the file is in your webspace, please log into your shell account via SSH and
run this command:

myShell:~ > mysql -h dbxx.perfora.net -u dboxxxxxxxx -p dbxxxxxxxx < dump_file.sql
Enter password:
mysql>


Please replace this information with the MySQL login data shown in your
control panel.

Note: Not all packages have SSH Access. If you don't have SSH access, then
please use phpMyAdmin to import your dumpfile.

SA1B1309


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5