Page 1 of 1

phpmyadmin receiving 404

PostPosted: 27. August 2013 08:07
by nickc
Hi,

I've just installed XAMPP 1.8.3 and am trying to get to the MySQL Admin page.

I've got both Apache and MySQL currently running however when I click on the MySQL admin button I by default get taken to a 404 error page.

I've had to update my Apache to use port 88 as port 80 was constantly blocked and apache refused to start on that page.

What setting in the MySQL my.ini file do I need to change so that my url will automatically point at http://localhost:88/phpmyadmin rather than http://localhost:80/phpmyadmin which it appears to be pointing to currently?

Re: phpmyadmin receiving 404

PostPosted: 29. August 2013 23:03
by hackattack142
Hello,

If you change the port that Apache listens on, you need to change that in the XAMPP Control Panel as well (upper-right Config > Service and Port Settings > Set correct ports).

This will correct the path that the control panel uses for phpmyadmin.