phpMyAdmin – Fatal error: Maximum execution time (Fix)

Problem Solving 29 November 2010 | 1 Comment

phpMyAdmin has problems when working with large Mysql database imports. If you are getting the following error try following the steps below to fix it. Fatal error: Maximum execution time of 300 seconds exceeded with phpMyAdmin Locate your phpMyAdmin folder and find the file: config.default.php. I am currently working with XAMPP and the following file [...]

Tagged in , ,

Running XAMPP and Apache with IIS Server

Problem Solving 22 November 2010 | 0 Comments

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. I need to run both XAMPP and IIS (Internet Information Services) together. I use IIS to run 3CX VoIP Software and XAMPP for local development. The conflict is with Apache and IIS using the same ports (port:80). You will need to access [...]

Tagged in , , , ,