phpMyAdmin in Xampp not working

后端 未结 7 1857
忘掉有多难
忘掉有多难 2021-02-13 01:10

I\'m getting below error when I type in localhost/phpMyAdmin after starting apache and mysql server in Xampp in Windows 7 environment.

Is there a way I can fix this issu

7条回答
  •  没有蜡笔的小新
    2021-02-13 01:57

    Try I did not access it directly like following url pattern : url : localhost or localhost/file-folder-of your project name.

    But i can access file or folder and phpmyadmin using

    url : localhost:port_num/file-folder-of your project name

提交回复
热议问题