首页 > 数据库技术 > 详细

php mysql

时间:2014-02-05 16:38:36      阅读:392      评论:0      收藏:0      [点我收藏+]

In Ubuntu/Debian you check for the package with:

dpkg --get-selections | grep php5-mysql

Install the php5-mysql package if you do not have it.

In Ubuntu/Debian you can use:

sudo apt-get install php5-mysql

Lastly, to get it working with Apache, you will need to restart Apache.

sudo /etc/init.d/apache2 restart

php mysql

原文:http://www.cnblogs.com/strikebone/p/3538267.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!