EvandroKalfelzSchmitz Posted December 20, 2008 Share Posted December 20, 2008 my PHPINFO says that MYSQL support its OK in PHPbut in Prestashop Install Page, step 2 , it says that not. (A RED alert in Mysql support)What´s missing ?I am using Prestashop 1.1 final downloaded today , in a Fedora Linux.I found that php was configured '--without-mysql' 'How can I install php with mysql ?Why PHPInfo say mysql support ok and Prestashop doesn´t ?PHPINFO:mysqlMySQL Support enabledmysqliMysqlI Support enabledActive Persistent Links 0 Link to comment Share on other sites More sharing options...
Dave Egerton Posted December 20, 2008 Share Posted December 20, 2008 Those who can help may want to know what version of SQL you have.THis needs to bePHP 5.0 or later. (You may have to activate PHP 5 on your hosting service.)MySQL 4.1.14 or later Correction I believe it is now MySQL 5 (note:some hosts say 4 or 5 is supported but have v4 as the default) Link to comment Share on other sites More sharing options...
EvandroKalfelzSchmitz Posted December 20, 2008 Author Share Posted December 20, 2008 Version of my PHP and mysql:$ php --versionPHP 5.2.6 (cli) (built: May 8 2008 08:38:47)Copyright © 1997-2008 The PHP GroupZend Engine v2.2.0, Copyright © 1998-2008 Zend Technologies$ mysql --versionmysql Ver 14.12 Distrib 5.0.37, for redhat-linux-gnu (i686) using readline 5.0$ rpm -qa |grep mysqllibdbi-dbd-mysql-0.8.1a-2.fc7mysql-5.0.37-2.fc7mysql-server-5.0.37-2.fc7php-mysql-5.2.6-2.fc7mysql-libs-5.0.37-2.fc7mysql-connector-odbc-3.51.12-2.2$ rpm -qa |grep phpphp-pdo-5.2.6-2.fc7php-cli-5.2.6-2.fc7php-mysql-5.2.6-2.fc7php-5.2.6-2.fc7php-gd-5.2.6-2.fc7php-common-5.2.6-2.fc7 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now