在ubuntu中出现Call to undefined function: mysql_connect()

时间:2022-09-23 23:38:31

来自:http://blog.sina.com.cn/s/blog_6b8bea470100qrdw.html

 

这说明你的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