PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, January 13, 2022

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

 January 13, 2022     phpmyadmin, xampp     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing