About 540,000 results
Open links in new tab
  1. Localhost or phpMyAdmin not found on server: How to fix?

    If you are not able to access localhost/phpmyadmin : First of all, add phpmyadmin folder to your working directory. Download it from https://www.phpmyadmin.net and unzip it. Add the folder …

  2. I can't access http://localhost/phpmyadmin/ - Stack Overflow

    Apr 12, 2012 · Problem: I can't access localhost/phpmyadmin/ before I can access localhost/phpmyadmin/ but today when I'm trying to access this page I got weird page also I …

  3. xampp - PhpMyAdmin not working on localhost - Stack Overflow

    Feb 13, 2014 · Xampp version:1.7.7 (installed it on external hard drive), operating system: Windows 8, installed version 4.1.7 of phpMyAdmin and copied config.inc.php from my old …

  4. http://localhost/phpMyAdmin/ unable to connect - Stack Overflow

    Aug 26, 2014 · When I tried to start phpMyAdmin from my web browser with http: followed by //localhost/phpMyAdmin/ as address, I got "Unable to connect" error. I searched stackoverflow …

  5. Finding MySQL localhost URL and/or accessing phpmyadmin

    Jun 26, 2020 · With MySQL, you can connect via localhost "socket" or networking "TCP/IP" connections. The user accounts in MySQL exist separately from each other, so if your user …

  6. php - How do I access phpMyAdmin? - Stack Overflow

    Sep 24, 2013 · 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: How do I make …

  7. Cannot log in to the MySQL server (PhpMyAdmin) - Stack Overflow

    Sep 30, 2015 · It simply means, that phpMyAdmin is not able to connect to the MySQL Server in general. I had this issue too - in my case I've freshly installed MySQL. During the installation …

  8. php - How to log in to phpMyAdmin with WAMP, what is the …

    Dec 7, 2015 · What does the word "root" mean in phpMyAdmin? Whenever I write localhost/phpmyadmin on the address bar, I am asked to enter a username and a password, …

  9. I can't enter to "localhost:8080/phpmyadmin" - Stack Overflow

    Sep 30, 2016 · Im trying to enter and it says This site can't be reached: connection refused... also, I made sure that the settings are right on the html files of the modules I am currently using …

  10. Fix Access denied for user 'root'@'localhost' for phpMyAdmin

    Oct 21, 2013 · I tried changing the user's password back to no password; I tried modifying config.inc.php file to add the new password (but that made phpMyAdmin error-out completely); …