PhpMyAdmin not working on localhost

后端 未结 8 2156
萌比男神i
萌比男神i 2020-12-29 16:12

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

相关标签:
8条回答
  • 2020-12-29 16:43

    Same Object Not Found problem here - both in Xampp as well as in Wamp. It turns out the root name of "phpmyadmin" was "PhpMyAdmin". I got rid of all the capitals, renaming the folder to "phpmyadmin", and after a couple of reloads phpmyadmin was working.

    0 讨论(0)
  • 2020-12-29 16:47

    Try starting MySQL and Apache in Xampp. Verify Port Number assigned to Apache (By default it should be 80). Now load localhost/phpmyadmin. It solved my problem.

    0 讨论(0)
提交回复
热议问题