标签:color root where lin network work art div --
# /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql> update user set password=password("newpassword") where user=‘root‘; mysql> flush privileges; mysql> quit # /etc/init.d/mysql restart # mysql -uroot -p enter password: <输入新设的密码newpassword> mysql>
标签:color root where lin network work art div --
原文地址:https://www.cnblogs.com/ccw869476711/p/10303060.html