Roundcube Community Forum

 

MySQL not available?

Started by mike_coreit, January 30, 2016, 09:55:30 AM

Previous topic - Next topic

mike_coreit

Hi I'm trying to install Roundcube 1.1.4 (and use it with a MySQL database). When I browse to the installer page it tells me this:

MySQL:  NOT AVAILABLE(See http://www.php.net/manual/en/ref.pdo-mysql.php)

I uncommented the line in php.ini for extension=php_pdo_mysql.dll , but still get the same issue.

I'm running Apache 2.4.18, PHP 5.6.17, on a Windows 7 machine. Also I have MySQL 5.7 installed.

Is there any way to resolve that?

SKaero

Roundcube uses the PDO database system so along with the mysql pdo driver you'll need the pdo extension.

mike_coreit

#2
Hi I am somewhat confused. On the pdo install page it tells me the extension isn't needed in PHP > 5.3
http://www.php.net/manual/en/pdo.installation.php

SKaero

I'm not used to windows servers so I wasn't aware of that. Did you restart the web server after you made the change?

mike_coreit

Yes a reboot didn't make any difference

SKaero

Hmm, well then my only other guess is that its not installed correctly or is missing a dependency. Maybe check the web server error log to see if its having some sort of problem loading the module.