Am 29.06.2013 03:34, schrieb ɹןʇnqן: > MySQL: NOT AVAILABLE(See http://www.php.net/manual/en/ref.pdo-mysql.php) > > The issue is that mysql *is* installed (no, really, it is). > version 5.1.66 in fact. Not only is it installed, but it is used for > postfixadmin, > wordpress, and a few other things, so I know it's running since the main site > loads
what about click at http://www.php.net/manual/en/ref.pdo-mysql.php and try to understand php basics? * it does not matter if mysqld is installed * it does not matter if the mysql extension is loaded * you need PDO-MYSQL extension loaded [root@testserver:~]$ php -m | grep -i mysql mysql mysqli mysqlnd pdo_mysql
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
