08 2021 档案
摘要:find /alidata2/m.sdvjing.com33/uploadfile/ -regex ".*\.php\|.*\.jsp" 查找目录下面所有的 .php和jsp扩展名的文件 已经测试 find /alidata3/www/jinanrunan.com/uploadfile/ -rege
阅读全文
摘要:firewall-cmd --list-all 开启3306端口:firewall-cmd --zone=public --add-port=3306/tcp --permanent 重启防火墙:firewall-cmd --reload 使用netstat -anplt | grep 3306查看
阅读全文
摘要:Starting MySQL. ERROR! Manager of pid-file quit without updating file. 解决: ps -aux|grep mysql 看看是否有正在运行的mysql kill -9 重启 service mysqld start
阅读全文