摘要: 安装方法 http://dev.mysql.com/doc/refman/5.6/en/binary-installation.html shell> groupadd mysqlshell> useradd -r -g mysql -s /bin/false mysqlshell> cd /usr 阅读全文
posted @ 2016-12-10 23:25 Array253 阅读(361) 评论(0) 推荐(0)
摘要: 一 将 主配置文件 httpd.conf中 #Include conf/extra/httpd-vhosts.conf 前面的# 去掉 二 进入conf/extra 修改 /conf/extra/httpd-vhosts.conf 增加下面内容 ,2.4以后这部分内容很重要 <Directory " 阅读全文
posted @ 2016-12-10 18:34 Array253 阅读(1281) 评论(0) 推荐(0)