我正在使用xampp并已在我的计算机上成功安装。当我从xampp启动MySql服务时,它成功启动(绿色),控制台日志也表示该过程已成功启动。
但是,当我去点击“管理员”时, xampp中的按钮用于MySql服务,管理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
网址为http://localhost/phpmyadmin/
我也试过http://localhost:3306/phpmyadmin/
,因为mysql服务是在3306上启动的,但也没有帮助。
关于这里出错的任何建议? 我使用的是Windows 7 64位计算机。