摘要: MySQL 5.7 的版本,因为在user表中没有password字段,一直使用下边的方式来修改root密码 use mysql; update user set authentication_string = password(“root”) where user = “root”; 现在要用My 阅读全文
posted @ 2020-02-26 20:38 Vincezon 阅读(1173) 评论(0) 推荐(0)