摘要: 1. KILL掉MySQL进程 2. 以不检查权限的方式启动 MySQL mysqld_safe -skip-grant-tables & 3. 用空密码方式使用root用户登录 MySQL mysql -u root 4. 修改root用户的密码 mysql> update mysql.us... 阅读全文
posted @ 2011-05-27 13:59 Joshua_Li 阅读(102) 评论(0) 推荐(0)
摘要: 1. KILL掉MySQL进程 2. 以不检查权限的方式启动 MySQL mysqld_safe -skip-grant-tables & 3. 用空密码方式使用root用户登录 MySQL mysql -u root 4. 修改root用户的密码 mysql> update mysql.us... 阅读全文
posted @ 2011-05-27 13:59 Joshua_Li 阅读(100) 评论(0) 推荐(0)