MySQL Error #1133 - Can't find any matching row in the user table

后端 未结 9 992
时光说笑
时光说笑 2020-12-08 04:06

Unable to set password for a user using 3.5.2.2 - phpMyAdmin for 5.5.27 - MySQL. When trying to set the password while logged onto ph

9条回答
  •  一个人的身影
    2020-12-08 04:36

    In my case I had just renamed the Mysql user which was going to change his password on a gui based db tool (DbVisualizer). The terminal in which I tried to 'SET PASSWORD' did not work(MySQL Error #1133).

    However this answer worked for me, even after changing the password the 'SET PASSWORD' command did not work yet.

    After closing the terminal and opening new one the command worked very well.

提交回复
热议问题