随笔分类 -  linux

摘要:iptables -A INPUT -p udp --dport 90 -j ACCEPT iptables -A INPUT -p tcp -m state --state ESTABLISHED -m tcp --dport 8888 -j ACCEPTservice iptables save 阅读全文
posted @ 2017-06-22 09:48 dyfisgod 阅读(136) 评论(0) 推荐(0)
摘要:Linux mysql 5.6: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 阅读全文
posted @ 2017-06-07 10:34 dyfisgod 阅读(612) 评论(0) 推荐(0)