Hi!
Bei mir kommt sowas beim Upload der Datenbank:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/www/confixx/html/phpMyAdmin/libraries/sqlparser.lib.php on line 364
Frage:
WO kann ich das in phpmyadmin einstellen, dass der nicht bei 30 Sekunden dicht macht?
Ich hab in der config.inc.php folgendes eingstellt:
$cfg['ExecTimeLimit'] = 0; // maximum execution time in seconds (0 for no limit)
Die o.g. Fehlermeldung kommt trotzdem immernoch!
Ich verstehe das garnicht.
Wo muss man das denn einstellen?
Danke für eure Hilfe!
PHPMYADMIN - maximum execution time in seconds
Re: PHPMYADMIN - maximum execution time in seconds
Warum neuer Thread ?
Die "Maximum execution time" ist auch ein PHP Parameter. Schau mal in die /etc/php.ini.
Gruß
Mark
Die "Maximum execution time" ist auch ein PHP Parameter. Schau mal in die /etc/php.ini.
Gruß
Mark
Re: PHPMYADMIN - maximum execution time in seconds
guck in die Doku!
http://www.phpmyadmin.net/documentation/
http://www.phpmyadmin.net/documentation/
$cfg['ExecTimeLimit'] integer [number of seconds]
Set the number of seconds a script is allowed to run. If seconds is set to zero, no time limit is imposed.
This setting is used while importing/exporting dump files but has no effect when PHP is running in safe mode.
Re: PHPMYADMIN - maximum execution time in seconds
@JTB
Da steht das, was ich schon gemacht habe.
In der config.inc.php
$cfg['ExecTimeLimit'] = 0; // maximum execution time in seconds (0 for no limit)
Kommt trotzdem immernoch!
In der etc/php.ini stand auch so ein Wert mit 30 zur ExecTime, den hab ich auf 300 gestellt.
Trotzdem... bei 30 Sekunden ist Schluß.
Da steht das, was ich schon gemacht habe.
In der config.inc.php
$cfg['ExecTimeLimit'] = 0; // maximum execution time in seconds (0 for no limit)
Kommt trotzdem immernoch!
In der etc/php.ini stand auch so ein Wert mit 30 zur ExecTime, den hab ich auf 300 gestellt.
Trotzdem... bei 30 Sekunden ist Schluß.
Re: PHPMYADMIN - maximum execution time in seconds
Webserver neugestartet ? Das muss sein, wenn du in der php.ini was geändert hast.
Gruß
Mark
Gruß
Mark
Re: PHPMYADMIN - maximum execution time in seconds
Jtb wrote:guck in die Doku!
http://www.phpmyadmin.net/documentation/
$cfg['ExecTimeLimit'] integer [number of seconds]
Set the number of seconds a script is allowed to run. If seconds is set to zero, no time limit is imposed.
This setting is used while importing/exporting dump files but has no effect when PHP is running in safe mode.
wenn du php im safemod laufen hast, dann funktioniert die zeiteingabe nicht !
($cfg['ExecTimeLimit'])
Mir ist das selbe passiert, ich konnte es bis jetzt nicht andern, lieg wohl an Linux 8.1 oder?, aber habe mein Daten Bank mir webmin hochgeladen und das hat geklappt
Re: PHPMYADMIN - maximum execution time in seconds
das kann gut sein.. Webmin bringt seinen eigenen Webserver mit und hat somit solche Probleme nicht..