Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xampp:Mysql已安装,但无法查看管理UI_Mysql_Xampp - Fatal编程技术网

Xampp:Mysql已安装,但无法查看管理UI

Xampp:Mysql已安装,但无法查看管理UI,mysql,xampp,Mysql,Xampp,我正在使用xampp,并已在我的计算机上成功安装了它。当我从xampp启动MySql服务时,它已成功启动(绿色),控制台日志还显示该进程已成功启动 但当我点击xampp for MySql服务中的“Admin”按钮时,浏览器上不会显示Admin UI。上面说 Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spe

我正在使用xampp,并已在我的计算机上成功安装了它。当我从xampp启动MySql服务时,它已成功启动(绿色),控制台日志还显示该进程已成功启动

但当我点击xampp for MySql服务中的“Admin”按钮时,浏览器上不会显示Admin UI。上面说

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

localhost
Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.5.19
url是
http://localhost/phpmyadmin/
我也试过
http://localhost:3306/phpmyadmin/
因为mysql服务是在3306年启动的,但这也没有帮助

对这里出了什么问题有什么建议吗?
我正在使用Windows 7 64位计算机。

本地主机是否正确加载?您可以按照上面的phpmyadmin链接进行操作吗?是的,本地主机加载正确,只有在尝试通过windows资源管理器加载mysql adminbrowse到您的web根文件夹时才会出现问题。你看到phpmyadmin文件夹了吗?谢谢,但我刚刚卸载并重新安装了它,现在工作正常。我想在最初安装时可能会遗漏一些内容@多维格,谢谢你的帮助。