Jump to content

Mysql it´s ok in PHPInfo, why not in Prestashop install page step 2 ?


Recommended Posts

my PHPINFO says that MYSQL support its OK in PHP

but 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:

mysql
MySQL Support enabled

mysqli
MysqlI Support enabled


Active Persistent Links 0

Link to comment
Share on other sites

Version of my PHP and mysql:

$ php --version
PHP 5.2.6 (cli) (built: May 8 2008 08:38:47)
Copyright © 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright © 1998-2008 Zend Technologies

$ mysql --version
mysql Ver 14.12 Distrib 5.0.37, for redhat-linux-gnu (i686) using readline 5.0

$ rpm -qa |grep mysql
libdbi-dbd-mysql-0.8.1a-2.fc7
mysql-5.0.37-2.fc7
mysql-server-5.0.37-2.fc7
php-mysql-5.2.6-2.fc7
mysql-libs-5.0.37-2.fc7
mysql-connector-odbc-3.51.12-2.2

$ rpm -qa |grep php
php-pdo-5.2.6-2.fc7
php-cli-5.2.6-2.fc7
php-mysql-5.2.6-2.fc7
php-5.2.6-2.fc7
php-gd-5.2.6-2.fc7
php-common-5.2.6-2.fc7

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...