Jump to content

Prestashop 1.2.2 does not see MySQL


Recommended Posts

Hi,

Checking out PrestaShop for the first time, running Windows XP with working versions of Apache, PHP, and MySQL. My installation attempt has immediately hit a snag, with PrestaShop giving me the negative sign next to "MySQL support is on". MySQL is definitely installed correctly on this laptop, because I develop extensively every day on it.

My php.ini file contains:

extension=php_gd2.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll

Any thoughts? I checked out the bug tracker, and found nothing regarding this problem.

Jason

Link to comment
Share on other sites

Nevermind, I fixed it. After checking out the installation source code I see that PrestaShop is (to my surprise) using the old MySQL extension (php_mysql.dll instead of php_mysqli.dll). I had the line in my php.ini file but neglected to add the DLL. Once I added the DLL, everything worked fine.

Jason

Link to comment
Share on other sites

  • 1 year later...

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...