Jump to content
  • 0

Flux with MySQL5.5.10 and PHP 5.3.21


LAazsx

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  08/06/12
  • Last Seen:  

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?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  08/06/12
  • Last Seen:  

I'm using abyss. yes i've already restarted my web server. i've even rebooted the pc a few times

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

×
×
  • Create New...