Author Topic: phpMyadmin max upload size...  (Read 8123 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
phpMyadmin max upload size...
« on: June 14, 2017, 06:58:38 PM »
I have spent a lot of time trying to solve the max size error in phpMyadmin Centos 7 - it says 64Mib and everywhere I search for answers on how to raise the limit it seems that everybody says:

" just raise the limits in php.ini, then restart apache, mysql "

Ok - been there, done that, but to no avail - max size still claims to be 64Mib

I have searched for the limit '64Mib' everywhere but canīt seem to locate it...

Somebody outthere must have met the same problem and solved it and therefore haven an easy-to-do solution for me...?

The server itself is completely new installed Centos7 with newest CWP version, so still has most of its default values...

Help appreciated - thanks :)

Offline
*
Re: phpMyadmin max upload size...
« Reply #1 on: June 24, 2017, 05:23:17 PM »
Is there solution to this problem? I have the same limit with CentOS release 6.9

Offline
*
Re: phpMyadmin max upload size...
« Reply #2 on: June 24, 2017, 06:15:02 PM »
I used this command in SSH to import a 130 MIB import into DB.

mysql -uroot DATABASE_NAME < /PATH TO SQL FILE