ubuntu开启关闭防火墙
防火墙开着没办法远程连接数据库。。。
先获取root, 不然就每句前面都加sudo
apt-get install ufw
ufw disable
即可关闭
########################################################
查看状态
ufw status
########################################################
启用
utf enable
防火墙开着没办法远程连接数据库。。。
先获取root, 不然就每句前面都加sudo
apt-get install ufw
ufw disable
即可关闭
########################################################
查看状态
ufw status
########################################################
启用
utf enable