As I clicked on the admin panel of mysql
in, xampp
I am getting error as:
Fatal error: macimum execution time of 30 seconds exceeded in c:\xampp\phpmyadmin\libraries\errorhandeler.php on line 162
how can I solve this?
As I clicked on the admin panel of mysql
in, xampp
I am getting error as:
Fatal error: macimum execution time of 30 seconds exceeded in c:\xampp\phpmyadmin\libraries\errorhandeler.php on line 162
how can I solve this?
$cfg['ExecTimeLimit'] = 6000;
to phpmyadmin/config.inc.php
And Change php.ini and my.ini