logo_phpmyadmin

By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error.  This has been a big problem  by most webmasters and sometimes this can be a barrier to stop improving the sites.  Before I kept on searching what to use to import a large data on my MySQL database and all I can see is BigDump.  It is a software used for large and very large MySQL Dumps which is also an option to import large data on your database.

If you find BigDump a pain in the head then another way to solve the problem is to edit your php.ini file.  All you need to do is open your php.ini file and edit the line

upload_max_filesize = 2M

Setting 2M to a larger size will fix the problem.  One problem with this is that it will affect the web server’s runtime limit and could throw an error if you dump a very large data.

Did find the post very useful? Maybe you want to buy me a glass of beer!