摘要:
这里以Centos 7为例: 步骤: 进入mysql配置文件 vim /etc/my.cnf 在my.cnf 文件里设置跳过密码登录。 [mysqld] skip-grant-tables 重启mysql service mysqld restart 进入mysql ,不需要密码进入数据库 mysq 阅读全文
posted @ 2020-06-03 17:54
编程领地
阅读(159)
评论(0)
推荐(0)