摘要:
[root@dsjdasdjs]# service iptable status Redirecting to /bin/systemctl status iptable.service Unit iptable.service could not be found. 如下图: Centos8默认防 阅读全文
摘要:
造成报错原因有两个:1. mysql远程连接服务未开启被拒绝。 2. 服务器3306被防火墙阻挡掉,造成拒绝连接。解决方法如下: 1. 设置mysql远程访问权限 //连接mysql mysql -u root -p //赋予权限 mysql> GRANT ALL PRIVILEGES ON *.* 阅读全文