php - I can't open database in XAMPP -


this question has answer here:

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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -