0

I am getting following error:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Language.php on line 18

Triyugi Narayan Mani
  • 3,039
  • 8
  • 36
  • 56
  • https://stackoverflow.com/questions/15833536/fatal-error-execution-time-of-30-seconds-exceeded-in-phpmyadmin – Mayank Pandeyz Nov 03 '18 at 08:07
  • Possible duplicate of [Fatal error: Maximum execution time of 30 seconds exceeded](https://stackoverflow.com/questions/5164930/fatal-error-maximum-execution-time-of-30-seconds-exceeded) – Bud Damyanov Nov 28 '18 at 16:56

1 Answers1

0

Increase execution limit in php.ini

max_execution_time= 10000

And restart your server

Madhusudan
  • 401
  • 3
  • 12
  • This will help you: https://stackoverflow.com/questions/15833536/fatal-error-execution-time-of-30-seconds-exceeded-in-phpmyadmin – Madhusudan Nov 03 '18 at 03:53