Hi, I have some large SQL databases I would like to import into my empty databases, it's over 100MB big, phpMyAdmin will only import databases that are up to 50MB big...
Use bigdump from ozerov.de/bigdump.php. It is a php script which will help you get around the problem of the large db size.
Do you have SSH access? it is very easy to import via SSH. My database is about 500MB, it took about 3-5 minutes to import. I did not see any problem after restoring.
you'll need a SSH access and use mysqldump & restore the dump after.... that's the only way I know, because I always use this one