Enable remote MySQL connection: ERROR 1045 (28000): Access denied for user

前端 未结 12 2058
北海茫月
北海茫月 2020-11-22 10:06

MySQL 5.1.31 running on Windows XP.

From the local MySQL server (192.168.233.142) I can connect as root as follows:

>mysql --host         


        
12条回答
  •  死守一世寂寞
    2020-11-22 11:03

    1. Try to flush privileges again.

    2. Try to restart server to reload grants.

    3. Try create a user with host "192.168.233.163". "%" appears to not allow all (it's weird)

提交回复
热议问题