摘要:
Linux清空文件内容:true > ff.log 阅读全文
摘要:
查看防火墙状态service iptables status 启动和关闭:service iptables start/stop 阅读全文
摘要:
查看数据库状态:service mysqld status 启动数据库服务 service mysql start 如果出现:Another MySQL daemon already running with the same unix socket 修改mysql.sock文件的名字:mv /va 阅读全文