天天看點

修改MySQL密碼

修改my.conf檔案

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