- Impact
- 23
I need somebody to move 2 databases over to my 1and1.com hosting. They are weird about hosting and it can only upload so much and it is well below the number of the size of the database. The company itself won't do it.
Can anybody help me out that knows what their doing?
It says all I have to do is this:
Which seems easy enough. I just don't know how to do it.
Can anybody help me out that knows what their doing?
It says all I have to do is this:
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>
Which seems easy enough. I just don't know how to do it.







