最新回答 / 霸王龙不只会php3
没安装好,每个系统环境不一样,老师的环境可能之前已经安装好了 zlib库,你的环境提示什么错误,都需要安装相应的依赖库。提示什么错误,可以到谷歌或百度搜索一下,找到相应的安装方法,继续。。。
2016-11-13
最新回答 / helloTl
# ./apachectl -k start开启 阿帕奇的时候提示AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using **.***.***.***. Set the 'ServerName' directive globally to suppress this messagehttpd (pid ******) already running不知道是否正常
2016-11-06
讲师回答 / Lane
1、打开mysql/my.cnf。找到下面的字样<...code...>2、看你启动的时候提示是什么3、如果错误提示是Can’t connect to local MySQL Server through socket ‘/tmp/mysql.sock’这时候就是说,mysql的配置文件是/var/lib...
2016-10-30
讲师回答 / Lane
一、root@localhost ~]# /usr/local/mysql/mysqld-bash: /usr/local/mysql/mysqld: 没有那个文件或目录这个就是命令没找到了二、[root@localhost ~]# /usr/local/mysql/bin/mysqldmysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 2 - No such file or directory)这个'/var/lib/mysql/'目录不存在。...
2016-10-25
讲师回答 / Lane
路径不对。不在系统默认环境变量中。1、参考楼上“晋子"2、使用完整路径。如/usr/local/mysql/bin/mysqld3、把/usr/local/mysql/bin/mysqld软连接到/usr/bin和/usr/sbin任选其一
2016-10-25