Select Page

When you try to import database throught PHPMyadmin you have limitation: (Max: 8,192KiB)

To increase the PHPMyadmin import limitation. you need to find your server php.ini file then find the line of post_max_size change it to the value that you want. for example:

post_max_size = 18M

Then after that, you need to restart your Apache!