上一页 1 ··· 12 13 14 15 16
摘要: 1.首先确认服务器出于安全的状态,也就是没有人能够任意地连接MySQL数据库。 因为在重新设置MySQL的root密码的期间,MySQL数据库完全出于没有密码保护的状态下,其他的用户也可以任意地登录和修改MySQL的信息。可以采用将MySQL对外的端口封闭,并且停止Apache以及所有的用户进程的方 阅读全文
posted @ 2017-12-11 13:30 知风阁 阅读(7941) 评论(1) 推荐(0) 编辑
摘要: location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; #增加这一句 f 阅读全文
posted @ 2017-12-09 16:28 知风阁 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 1:查看环境: 1 2 [root@10-4-14-168 html]# cat /etc/redhat-release CentOS release 6.5 (Final) 1 2 [root@10-4-14-168 html]# cat /etc/redhat-release CentOS re 阅读全文
posted @ 2017-12-08 21:58 知风阁 阅读(222) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16