红联Linux门户
Linux帮助

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

发布时间:2016-01-07 10:01:04来源:linux网站作者:为了这有限的生命

运行提示:Call to undefined function: mysql_connect()的解决办法:


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


在CentOS里使用MySQL Connector/C++:http://www.linuxdiyf.com/linux/1029.html