ouweilp 发表于 2015-6-2 14:01:29

求助1.2版 MYSQL安装失败

服务器信息:centos6.6 64位
求助1.2版 MYSQL安装失败,谢谢!============================Install PHPMyAdmin=================================
============================phpMyAdmin install completed=======================
# Generated by iptables-save v1.4.7 on Tue Jun2 13:45:45 2015
*filter
:INPUT ACCEPT
:FORWARD ACCEPT
:OUTPUT ACCEPT
-A INPUT -p tcp -m tcp --dport 3306 -j DROP
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
COMMIT
# Completed on Tue Jun2 13:45:45 2015
Add Startup and Starting LNMPA...
Add nginx service at system startup...
Starting nginx...done
Add mysql service at system startup...
在 mysql 服务中读取信息时出错:没有那个文件或目录
在 mysql 服务中读取信息时出错:没有那个文件或目录
include/end.sh: line 36: /etc/init.d/mysql: 没有那个文件或目录
Add httpd service at system startup...
start apache...done
============================== Check install ==============================
Checking ...
Nginx: OK
Error: MySQL install failed.
PHP: OK
Apache: OK
Sorry,Failed to install LNMP!
Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.
You can download /root/lnmp-install.log from your server,and upload lnmp-install.log to LNMP Forum.

[ 本帖最后由 ouweilp 于 2015-6-2 14:10 编辑 ]

ouweilp 发表于 2015-6-2 15:35:32

自己搞定,看了下是因为163的源连接超时没获取安装包造成的,后面改换阿里云的源。安装成功

licess 发表于 2015-6-2 15:37:07

系统缺少依赖包cmake
看日志并没有cmake的记录,你可以手动yum install cmake看看是否有报错信息

ouweilp 发表于 2015-6-2 15:51:08

回复 3# 的帖子

谢谢军哥,就是源超时导致的依赖包未安装。换源就正常了
页: [1]
查看完整版本: 求助1.2版 MYSQL安装失败