Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WAMP 2.2e - phpmyadmin Fatal error: Maximum execution time of 30 seconds exceeded

All services are running (wamp icon is green) by when I try to turn on phpmyadmin I get this error. What seems to be a problem?

like image 682
Sasha Avatar asked Jul 01 '12 14:07

Sasha


1 Answers

You can set set max execution time like @HanhNghien said in the comment with in your php.ini.

max_execution_time = 120
max_input_time = 120

But i think the better question is why need phpmyadmin so much time. Perhaps you should check your apache logs and check if there are some errors.

like image 73
René Höhle Avatar answered Sep 27 '22 19:09

René Höhle