Re: How can I import a MySQL dumpfile into my database?
there is another way, download any sql gui tool, connect it using ur credentials and ip, then restore ur db, selecting ur appropriate database.u need to upload ur sql file here
Re: How can I import a MySQL dumpfile into my database?
If you cannot access SSH and use the command posted above, you can also use phpMyAdmin import function. You will have to set the max uploadable file size though via the my.cnf file.