mysql——connenct無法使用解決 mysql——connenct無法使用解決 在安裝php後,無法使用mysql——connect函數, 這說明你的php不能和mysql正常連接。這個原因在於: 你少裝瞭一個包。 ubuntu下依次運行 sudo apt-get install php5-mysql dpkg-reconfigure php5-mysql sudo /etc/init.d/mysql restart sudo /etc/init.d/apache2 restart