Dec 05 2007
If you work with MySQL and PHPMyAdmin regularlly, you will have no doubt seen the import feature in PHPMyAdmin. Basically this feature allows you to import a MySQL dump file straight into your database, similar to restoring a backup etc.
There is a limit set by PHPMyAdmin of 2Mb though, so you can’t import files over [...]