What's your O/S?

I know when I've seen this before its due to a couple things, so try
these:

* Ensure that your extension_dir path in PHP.ini is set correctly.
* If on windows, sometimes it can't find the libmysql.dll file. This can
usually be found in either your MySQL dir or even in your PHP dir. I've
found that sometimes you have to drop it in to c:\windows\system32 for
it to work.

See if this helps


 
--
Eric Marden
Sr. PHP Developer


-----Original Message-----
From: debussy007 [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2008 11:41 PM
To: [email protected]
Subject: [fw-general] 'The mysql driver is not currently installed'


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.

Reply via email to