About 83 results
Open links in new tab
  1. http://localhost/phpMyAdmin/ unable to connect - Stack Overflow

    Aug 26, 2014 · I installed XAMPP (Apache, PHP, MYSQL) in my computer C:\\xampp. When I tried to start phpMyAdmin from my web browser with http: followed by //localhost/phpMyAdmin ...

  2. 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 ...

  3. Localhost or phpMyAdmin not found on server: How to fix?

    Did you read my last comment: if you find an answer, post it as such, and then accept it as correct. Do the same with your older questions. Please follow up on your questions. This is not a dump-and …

  4. 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 version of phpmyadmin …

  5. 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 can …

  6. 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 account exists with …

  7. How to access phpMyAdmin after installation? - Ask Ubuntu

    Dec 28, 2010 · I've installed phpmyadmin sudo apt-get install phpmyadmin. Of course, I have also mysql and a web server running properly. Now how can I reach it?

  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, but I …

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

    Oct 21, 2013 · I'm using WAMP Server 2.2 on a PC. In phpMyAdmin (version 5.5.24) I edited the 'root' user (with 'localhost' host) and gave it a password of 'root'. This turned out to be a big mistake that …

  10. apache - phpMyAdmin in Xampp not working - Stack Overflow

    Feb 27, 2012 · if the port 80 is in use when you install xampp then you will define another port so you can run the apache service in xampp, try to use localhost:'your defined port' which will get you the …