摘要:
1、关闭Mysql: 如果 MySQL 正在运行,首先杀之 killall -TERM mysqld2、另外的方法启动 MySQL :bin/safe_mysqld --skip-grant-tables3、可以不需要密码就进入 MySQL 了。然后就是>use mysql>update user set password=password("new_pass") where user="root";>flush privileges; 注意点同上4、重新杀 MySQL ,用正常方法启动 MySQL 阅读全文
posted @ 2013-11-09 16:15
猿来如些
阅读(151)
评论(0)
推荐(0)

浙公网安备 33010602011771号