02 2016 档案

摘要:MySQL配置文件优化 [client] port = 3306 #客户端端口号为3306 socket =/data/3306/mysql.sock # default-character-set = utf8 #客户端字符集,(控制character_set_client、character_s 阅读全文
posted @ 2016-02-25 14:11 bethal 阅读(415) 评论(0) 推荐(0)
摘要:同步:服务器端:首先安装该服务的最新版 rsync-2.6.8.tar.gz安装步骤:1, tar zxvf rsync-2.6.8.tar.gz2, cd rsync-2.6.83, ./configure –prefix= path4, make ; make install更改服务器端的配置文 阅读全文
posted @ 2016-02-22 11:05 bethal 阅读(363) 评论(0) 推荐(0)
摘要:一、具体的异常现象 1、启动或者关闭防火墙没任何的提示 [root@ethnicity ~]# /etc/init.d/iptables start [root@ethnicity ~]# /etc/init.d/iptables stop 2、查看防火墙的状态直接提示模块未加载 [root@eth 阅读全文
posted @ 2016-02-22 11:02 bethal 阅读(727) 评论(0) 推荐(0)