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

后端 未结 9 973
时光说笑
时光说笑 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:17

    grant all on newdb.* to newuser@localhost identified by 'password';

提交回复
热议问题