-4

This is the error line of my http://localhost/phpmyadmin/

Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\ErrorHandler.php on line 192

Anyone got a clue what this is?

And I've tried raising the execution limits in php.ini as well. The same issue happens.

1
  • Xampp replaced mysql with mariadb years ago, just they forgot to update the control center. No, those two products are not the same. Commented May 29 at 11:32

1 Answer 1

1

Try checking php.ini, path should be something like: C:\xampp\php\php.ini

Search for max_execution_time = 120 and increase it to 300, after that save it and restart Apache in Xampp, maybe this can help.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.