Hi, Whenever I try to execute a Db query, I have the following error : Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed'
I have installed Php with the extension MySQL, PDO, PDO_MySQL, ... Here are all my extensions: [PHP_GD2] extension=php_gd2.dll [PHP_GETTEXT] extension=php_gettext.dll [PHP_MBSTRING] extension=php_mbstring.dll [PHP_MYSQL] extension=php_mysql.dll [PHP_PDO] extension=php_pdo.dll [PHP_PDO_MYSQL] extension=php_pdo_mysql.dll [PHP_PHPDOC] extension=php_phpdoc.dll I tried to restart the server, but the message will still appear... I'm clueless, can anyone help ? Thank you. -- View this message in context: http://www.nabble.com/%27The-mysql-driver-is-not-currently-installed%27-tp16043858s16154p16043858.html Sent from the Zend Framework mailing list archive at Nabble.com.
