Jump to content
  • 0

Flux with MySQL5.5.10 and PHP 5.3.21


Question

Posted

Hi, I'm trying to setup Flux with MySQL 5.5 and PHP 5.3. I've read somewhere that mysql 5.1 and php 5.2(i think) is better. I'm getting a The PDO_MYSQL driver for the PDO extension must be installed to use Flux. Please consult the PHP manual for installation instructions. error. I'm sure that i've already included PDO_MYSQL in the php.ini file and it is in the ext folder. Should I downgrade MySQL?

3 answers to this question

Recommended Posts

Posted

I'm sure that i've already included PDO_MYSQL in the php.ini file and it is in the ext folder.

 

Did you restart Apache to apply the changes?

Posted

Hi LAazsx,

Can you put this file into your web server and then view it?

phpinfo.php

<?php
phpinfo();
?>

Within that page, search for PDO just to make sure you have it installed properly for PHP 5.3. As a note, AsuraHosting services uses MySQL 5.5 w/ PHP 5.3 (PHP-FPM) with no issues.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...