公司mysql dba把 数据库 root密码丢失需要 破解 ,方法如下,适合linux、unix机器
service mysql d stop /opt/mysql/bin/mysqld_safe --skip-grant-tables & /opt/mysql/bin/mysql -u root update mysql.user set password=PASSWORD('...') where User='root' and host='localhost'; flush privileges; service mysql stop service mysqld start查看更多关于mysql数据库密码破解 - mysql数据库栏目 - 自学php的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did4502