摘要: mysqld_safe --skip-grant-tables& mysql -u root mysql 可以修改密码: mysql>update mysql.user set authentication_string=password('admin') where user='root' and 阅读全文
posted @ 2016-03-17 17:23 wangzbob 阅读(354) 评论(0) 推荐(0)