php - I can't open database in XAMPP -
this question has answer here:
- maximum execution time in phpmyadmin 11 answers
whenever start xampp , start apache , sql , click on admin button on mysql make new database shows following error
fatal error: maximum execution time of 30 seconds exceeded in c:\xampp\phpmyadmin\libraries\dbi\dbimysqli.class.php on line 290
try this,
ini_set('max_execution_time', 120); otherwise goto php ini , maxexecutiontime , set 120 or whatever u need.
Comments
Post a Comment