shellromania
11-29-2008, 08:36 PM
Hello , dear friends i have a big problem with hosthunger i can't make the support team to understand that what i need is for them to import my sql file which is 20MB size bigger and the cpanel phpmyadmin is 2MB upload file , so i told them to upload it and do it via shell or etc... and they told me to backup the sql from cpanel LOL to backup? i need import not backup from 15 days now they still not figure out how to import a sql file into a database , verry strange , any host similar with hosthunger where i can move my site?
bager
11-29-2008, 09:30 PM
Do you have ssh access? If so, upload the sql file with FTP, and ssh to the server.
cd to the directory where the sql file is
run mysql -u yourdbusername -p --database databasename < sql.sql
It will ask you for password. type the password hit enter and wait. The database is restored.
shellromania
11-30-2008, 06:39 AM
Do you have ssh access? If so, upload the sql file with FTP, and ssh to the server.
cd to the directory where the sql file is
run mysql -u yourdbusername -p --database databasename < sql.sql
It will ask you for password. type the password hit enter and wait. The database is restored.
i know that i told them they wont give me ssh.
foobic
11-30-2008, 08:20 AM
so i told them to upload it and do it via shell or etc...You told them to upload it? Did you also tell them where they were supposed to download it from?
Anyway, just upload the file yourself and use a variant on the command suggested by bager run once in a cron job:
mysql -u yourdbusername -pyourdbuserspassword databasename < /home/yourusername/sql.sql(note there is no space between the -p and your dbuser's password)
shellromania
12-08-2008, 04:44 PM
they solve the problems for me , i think i did not explained my self verry clear to them , i belive this is why they not solved my ticket, now all are working and is fine.
cobster
12-10-2010, 05:08 PM
run into this problem in the future, and you dont have ssh, look for a php file called bigdump.php, will allow you to stagger install your db. its saved my butt so many times its sick.