1、登录客户端 mysql -u userName -p password -h ip 2、更改密码 update mysql.user set authentication_string = passworD("newpassword_string") where user = "username Read More
posted @ 2018-10-13 12:44 活出自己范儿 Views(264) Comments(0) Diggs(0)