Access Denied when opening phpMyAdmin

前端 未结 19 802
野的像风
野的像风 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:04

    I'm having the same problem with Wampserver. It’s worked for me:

    You must change this file: "C:\wamp\bin\mysql[mysql_version]\my.ini"

    For example: "C:\wamp\bin\mysql[mysql5.6.12]\my.ini"

    And change default port 3306 to 80. (Lines 20 & 27, in both)

    port = 3306 To port = 80

    I hope this is helpful.

提交回复
热议问题