MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO)

前端 未结 20 1680
失恋的感觉
失恋的感觉 2020-11-29 02:41

I installed xampp,but when I tried to run it I got an error as thus:

Error

MySQL said: Documentation

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

20条回答
  •  渐次进展
    2020-11-29 03:35

    Check your MySQL Port number 3306.

    Is there any other MySQL Install in your system on same port ?

    If any installation found the change the port number to any number between 3301-3309 (except 3306)

    user name : root
    password : ' ' (Empty)

提交回复
热议问题