Page 1 of 1

phpmyadmin Maximal: 128MiB  [GELÖST]

Posted: Tue 24. Nov 2020, 15:20
by IchBins
Hallo,
ich möchte eine Datenbank von ca. 1 GB hochladen.
Im phpmyadmin werden mir Maximal: 128MiB angezeigt.
Ich habe im keyhelp bei dem Benutzer schon upload_max_filesize und post_max_size auf 2096M gestellt, aber im phpmyadmin werden mir noch immer Maximal: 128MiB angezeigt.

Muss ich das noch woanders einstellen?

Re: phpmyadmin Maximal: 128MiB

Posted: Tue 24. Nov 2020, 15:44
by Florian
Hallo,

PHPmyAdmin nutzt den Keyhelp FPM-Pool: /etc/php/<version>/fpm/pool.d/keyhelp.conf

Aber einen derart großen Dump sollte man über die Konsole einspielen.

Re: phpmyadmin Maximal: 128MiB

Posted: Tue 24. Nov 2020, 16:13
by IchBins
Ich habe als Test mal 256M eingestellt, aber es steht im phpmyadmin noch immer auf 128

php_admin_value[post_max_size] = 256M
php_admin_value[upload_max_filesize] = 256M

Apache wurde neu gestartet.

Das ist generell gut den Pfad zu wissen, falls ein Kunde mal eine geringe Erhöhung haben möchte.

Re: phpmyadmin Maximal: 128MiB

Posted: Tue 24. Nov 2020, 16:25
by Florian
Hallo,

PHP-FPM muss neu gestartet werden.

Re: phpmyadmin Maximal: 128MiB

Posted: Tue 24. Nov 2020, 16:38
by IchBins
Vielen Dank...hat funktioniert