最新回答 / 霸王龍不只會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