PDA

View Full Version : Import Sql file into PhpMyAdmin


gegeor
05-25-2003, 07:35 AM
Hello all

I am trying to import SQL file which contains Structure & data into PhpMyAdmin locally and i get error message .The file size is about 7.5 MB and i suspect that the error is due the size...Is there a way to import that kind of size into PhpMyAdmin.?

Thanks

Steven
05-25-2003, 09:31 AM
Unfortunately phpmyadmin has a lot of problems importing larger .sql files as that is where your problem is coming from. Try to use ssh or another gui mysql managing utility and it should work fine from that.

-Steven