会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
daofree
博客园
首页
新随笔
联系
订阅
管理
2020年9月21日
连接linux里面的数据库
摘要: 连接 授权-刷新-关闭防火墙(最好打开3306端口) 打开防火墙 /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT /etc/rc.d/init.d/iptables save /etc/init.d/iptables status 远程连接
阅读全文
posted @ 2020-09-21 21:37 daofree
阅读(846)
评论(0)
推荐(0)
编辑