
linux
码学堂
这个作者很懒,什么都没留下…
展开
-
Mysql数据库repair table 修复表
Mysql数据库中出现:Table tablename is marked as crashed and should be repaired解决办法:运动mysql命令:mysql> REPAIR TABLE tablename;原创 2020-09-10 09:21:03 · 1516 阅读 · 0 评论 -
CentOS6.10中如何开放防火墙8080端口?
/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPTservice iptables saveservice iptables restart原创 2020-05-09 17:59:22 · 749 阅读 · 0 评论