10 2018 档案

摘要:1、登录客户端 mysql -u userName -p password -h ip 2、更改密码 update mysql.user set authentication_string = passworD("newpassword_string") where user = "username 阅读全文
posted @ 2018-10-13 12:44 人在京城 阅读(287) 评论(0) 推荐(0)