天天看点

修改MySQL密码

修改my.conf文件

mysql> update mysql.user set authentication_string=password('cy7m0ypu8CpLFperzI45') where user='root' and Host = 'localhost';