摘要:        
mysqld --skip-grant-tables & 就可以不需要密码就进入 MySQL 了。 然后就是 >use mysql >update user set password=password("new_pass") where user="root"; >flush privileges;    阅读全文
posted @ 2018-01-11 11:21 WebEnh 阅读(204) 评论(0) 推荐(0)
| 
 | |||
| 
摘要:        
mysqld --skip-grant-tables & 就可以不需要密码就进入 MySQL 了。 然后就是 >use mysql >update user set password=password("new_pass") where user="root"; >flush privileges;    阅读全文
 posted @ 2018-01-11 11:21 WebEnh 阅读(204) 评论(0) 推荐(0) | |||