Ubuntu 安装joomla出错(Could not connect to the database. Connector returned number: The MySQL adap)解决办法

时间:2015-01-20 15:26:50   收藏:0   阅读:266

有的时候,第一次在Ubuntu下安装joomla的时候会出现 Could not connect to the database. Connector returned number: The MySQL ada......asdasd

 

fde cuowu

的错误,就在刚刚我就遇到了,其实是MySQL和php没有关联上的原因,所以关联上这个错误就解决了。

分别输入这两条指令:

apt-get install php5-mysql

 apt-get install php5-mysqlnd

这样就关联上了,

有不对的地方欢迎大家指出,大家一起学习!!

原文:http://www.cnblogs.com/gaizhongfeng/p/4235977.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!