How to import 300 mb file?

Fastest, and easiest way is through the command line. If you have shell access, use this:

mysql dbname < filename.sql -u user --password=pass

Make sure you run that in the directory where the filename.sql is located.
 
Back
Top