摘要: 2018.6.1 MySQL数据库忘记root密码解决: 进入配置文件/etc/my.cnf 在[mysqld]下加入一条语句:skip grant tables 重新启动mysqld:service mysqld restart 无密码登录MySQL数据库:mysql uroot p 进入数据库后 阅读全文
posted @ 2018-06-01 17:58 肉包子打你 阅读(1181) 评论(0) 推荐(0)