Centos7.2 中安装完MySQL5.7 数据库
摘要:
# 最简单最粗暴的方法 找到mysql的配置文件直接编辑 vim /etc/my.cnf # 在 [mysqld] 中加上一行跳过权限限制 skip-grant-tables # 保存退出 重启mysql服务 service mysqld restart # 用户登录 mysql -uroot -p 阅读全文
posted @ 2018-01-23 12:47 蝌蚪的精神 阅读(91) 评论(0) 推荐(0) 编辑