Page 1 of 1

How to Increase Phpmyadmin Importing into the database SIZE

Posted: Mon Nov 27, 2017 9:03 am
by jerry
How to Increase phpmyadmin Importing into the database "admin_website" Max

IN THE NEW VESTA, THE Max (Max: 2,048KiB) I need change this to (Max: 105MiB)

Re: How to Increase Phpmyadmin Importing into the database SIZE

Posted: Mon Nov 27, 2017 10:12 am
by mehargags
Don't know your OS so find your php.ini and edit this setting

Code: Select all

upload_max_filesize = 2M
to whatever you wish for

Re: How to Increase Phpmyadmin Importing into the database SIZE

Posted: Mon Nov 27, 2017 11:11 am
by jerry
centos 6

Re: How to Increase Phpmyadmin Importing into the database SIZE

Posted: Tue Nov 28, 2017 8:53 am
by mehargags