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

Thursday, March 17, 2022

[FIXED] How do I access phpMyAdmin?

 March 17, 2022     apache, http, php, phpmyadmin     No comments   

Issue

I installed phpMyAdmin on my computer. I used Apache as my http server. However, every time I go to http://localhost/phpMyAdmin/, this screen appears:

enter image description here

How do I make it so that this login screen appears instead:

enter image description here


Solution

You may be better off to install an integrated suite, such as:

XAMPP - Linux/Windows/Apple * store web pages in htdocs

WAMP - Windows

MAMP - Apple

Then, just going to the address localhost will give you a menu, with all components (apache, phpmyadmin, tomcat, etc etc)

They are all free, so why not?



Answered By - cssyphus
  • 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