phpMyAdmin access denied for user 'root'@'localhost' (using password: NO)

前端 未结 15 1864
北海茫月
北海茫月 2021-02-01 06:18

I am unable to connect to my MySQL in xampp I have this error:

MySQL said: Documentation

1045 - Access denied for user \'root\'@\'localhost\'

15条回答
  •  情话喂你
    2021-02-01 07:02

    This is the Different Solution, Check if your Services are running correctly, if WAMP icon showing orange color, and 2 out of 3 services are running it's showing, then this solution will work . Root cause:

    If in your system mysql was there, later you installed WAMP then again one MYSQL will install as WAMP package, default port for MYSQL is 3306 , So in both mysql the port will be 3306, which is a port conflict, So just change the port it will work fine. Steps to change the Port.

    1. Right click the WAMP icon.
    2. Chose Tool
    3. Change the port in Port used by MySql Section

提交回复
热议问题