Access Denied when opening phpMyAdmin

前端 未结 19 855
野的像风
野的像风 2020-12-09 05:47

What could be the problem of my mysql database server in WAMP.

I can\'t open it. The error says:

MySQL sai         


        
19条回答
  •  南笙
    南笙 (楼主)
    2020-12-09 06:09

    I installed MySQL stand-alone (not using any XAMPP/WAMP stack) and got this problem some time ago. I just ran the following command in windows command prompt:

    C:\>"C:\mysql\bin\mysqld" --console
    

    where "C:\mysql\" is the installation directory (adjust the path according to your own case). The

      --console
    

    displays the process for debugging purposes.

    After startup, you should see something like:

    C:\mysql\bin\mysqld: ready for connections
    Version: '5.7.10'  socket: ''  port: 3306
    

    For moore, see Starting MySQL Server

提交回复
热议问题