最新回答 / 霸王龍不只會(huì)php3
沒(méi)安裝好,每個(gè)系統(tǒng)環(huán)境不一樣,老師的環(huán)境可能之前已經(jīng)安裝好了 zlib庫(kù),你的環(huán)境提示什么錯(cuò)誤,都需要安裝相應(yīng)的依賴庫(kù)。提示什么錯(cuò)誤,可以到谷歌或百度搜索一下,找到相應(yīng)的安裝方法,繼續(xù)。。。
2016-11-13
最新回答 / helloTl
# ./apachectl -k start開(kāi)啟 阿帕奇的時(shí)候提示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、打開(kāi)mysql/my.cnf。找到下面的字樣<...code...>2、看你啟動(dòng)的時(shí)候提示是什么3、如果錯(cuò)誤提示是Can’t connect to local MySQL Server through socket ‘/tmp/mysql.sock’這時(shí)候就是說(shuō),mysql的配置文件是/var/lib...
2016-10-30
講師回答 / Lane
一、root@localhost ~]# /usr/local/mysql/mysqld-bash: /usr/local/mysql/mysqld: 沒(méi)有那個(gè)文件或目錄這個(gè)就是命令沒(méi)找到了二、[root@localhost ~]# /usr/local/mysql/bin/mysqldmysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 2 - No such file or directory)這個(gè)'/var/lib/mysql/'目錄不存在。...
2016-10-25
講師回答 / Lane
路徑不對(duì)。不在系統(tǒng)默認(rèn)環(huán)境變量中。1、參考樓上“晉子"2、使用完整路徑。如/usr/local/mysql/bin/mysqld3、把/usr/local/mysql/bin/mysqld軟連接到/usr/bin和/usr/sbin任選其一
2016-10-25