摘要: 1.下载 MySQL 所需要的安装包 网址:https://dev.mysql.com/downloads/mysql/ 2.Select Operating System: 选择 Red Hat ,CentOS 是基于红帽的,Select OS Version: 选择 linux 7 3.选择 R 阅读全文
posted @ 2020-07-18 10:24 Alt_致郁 阅读(514) 评论(0) 推荐(0)
摘要: MySQL8.0下设置简单密码出现错误提示:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 为什么要设置简单密码,不是不安全吗?因为本人内网访问的测试服务器,不想设置复杂的密码,就像 阅读全文
posted @ 2020-07-18 10:22 Alt_致郁 阅读(1739) 评论(0) 推荐(1)
摘要: 有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 阅读全文
posted @ 2020-07-18 08:56 Alt_致郁 阅读(143) 评论(0) 推荐(0)