Installing php and mysql for Joomla - Can't get past installation

不羁的心 提交于 2019-12-25 01:49:18

问题


Trying to install Joomla 2.5.7 but I can't get past the Pre-Installation Check as it says: Database support: No

I've got mysql (5.5.24) and php (5.3.15) installed manually on a Linux machine (I don't want to use LAMPP). I've done this a few times before and checked everything is the same with my other working machines in terms of the packages and the php.ini file. I can also access the mysql fine.

Any suggestions on what I can try? Is there a way to find out what check it is failing on?


回答1:


Argh! I did miss a package. A pretty vital one at that: php-mysql. Don't forget to restart web server.




回答2:


Joomla checks what databases are supported by testing each type for a connection. One possible issue is that the way you have things set up the owner of the installation process does not have permission to use the databases.

Ooops sorry I didn't see that you had soled




回答3:


Most CMS come with a sql database setup files. These files must be added to your mysql data. Or tables and users must be manually created. Have you done this?? If not check manual for details.

http://linuxinternetworks.com/how-to-install-joomla-in-linux/

Comment, after trying, I am reading it too.



来源:https://stackoverflow.com/questions/12630182/installing-php-and-mysql-for-joomla-cant-get-past-installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!