-
近期文章
近期评论
文章归档
分类目录
功能
好友连接
日历
页面
Category Archives: 日记
mysql 出现unauthenticated user
首先是提示too many connection。加入max_connections_error一般不会报错 但是 mysql show proceeslist 出现大量的unauthenticated user 主要是因为dns解析出现问题。我试了一下skip-name-reslov 竟然启动不了。 那只有搞定dns了。不过可能跟授权的时候有关。grant alll *.* to xx@‘xxx.xxx.xxx.xx’ identified by ‘xxxx’;活着可以在hosts文件中加入主机名和地址
Posted in 日记
Leave a comment
apache 500 错误
想启用htaccess 明明已经启用但是提示500错误。发现.htaccess文件中有一行错误,复制的时候错误。真实粗心啊
Posted in 日记
Leave a comment
DDoS deflate 减轻ddos
下载地址http://deflate.medialayer.com/ 下载install.sh chmod u+x install.sh ./install.sh 文件放在/usr/local/ddos vi ddos.conf 将下面的设置为0 用iptables APF_BAN=1
Posted in 日记
Leave a comment
lnmp 安装包 modify by me
因为lnmp的安装脚本很久没更新了 系统在centos5.4 centos5.5 部分国外vps 安装通过。因为几个错误没改动,今天新装了centos5.5 x64 进行测试 系统测试通过,希望下载的朋友可以反馈给我。 这个脚本不包含安装包。 下载地址 http://www.37du.org/lnmp.tar.gz 如果想快速安装可以把包都下载下来。
Posted in 日记
Leave a comment