这说明你的php不能和mysql正常连接。这个原因在于:
你少装了一个包。ubuntu下依次运行
sudo apt-get install php5-mysql
sudo dpkg-reconfigure php5-mysql
sudo /etc/init.d/mysql restart
sudo /etc/init.d/apache2 restart
这说明你的php不能和mysql正常连接。这个原因在于:
你少装了一个包。ubuntu下依次运行
sudo apt-get install php5-mysql
sudo dpkg-reconfigure php5-mysql
sudo /etc/init.d/mysql restart
sudo /etc/init.d/apache2 restart