With the default settings, phpmyadmin does not allow me to upload a database of more than 2mb. How to upload or import in a mysql phpmydadmin database of more than 2MB?
With the default settings, phpmyadmin does not allow me to upload a database of
Share
There is a couple of ways.
1) Split your SQL file into multiple 2MB chunks
OR
2) update your php.ini file with the following (only works on dedicated/local servers – any server you have root on or ones that allow php.ini to be override)
3) If you do have root run a command line