With root access as support: You can use SSH to import it like so: mysql user_db < /absolute/path/to/file.sql So if the SQL file named podcastsdb.sql was uploaded to /home/israelse/public_html/ you'd run this, just replace file.sql with the name of the sql file you need to import: mysql israelse_db1 < /home/israelse/public_html/podcastsdb.sql You can also use MySQL BigDump, which I've suggested to people http://www.ozerov.de/bigdump.zip This will essentially cut up the sql file and import it a chunk at a time, working around the 50 MB limit in phpmyadmin. |
Powered by WHMCompleteSolution