Thursday, January 13, 2022

[FIXED] How to make phpmyadmin work without 404 error?

Issue

I have started xampp and mysql and http://127.0.0.1:8000/phpmyadmin throws me an 404 error. I tried with stackoverflow solutions and things like that:

$cfg['Servers'][$i]['auth_type'] = 'cookie';

Solution

Are you sure about the Port 8000? xampp on default settings starts on port 80, try http://127.0.0.1/phpmyadmin or http://localhost/phpmyadmin. Does a page show up when you enter just http://localhost?



Answered By - Amacado

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.