|
|||
|
Just getting into the framework ...or trying to
Tried this require_once 'Zend/Db.php'; $db = Zend_Db::factory('Pdo_Mysql', array( 'host' => '127.0.0.1', 'username' => 'webuser', 'password' => 'xxxxxxxx', 'dbname' => 'test' )); $resources = $db->fetchAll( $db->select()->distinct()->from( 'test', array( 'id' ) ) ); and got this Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' I have seen a couple of threads on something but the responses were never definative. I'm using the lastest versions of php , apachet etc best wishes ed |
|
|||
|
Quote:
does somebody use internal debugger of zend studio with mysql pdo driver? tell me please what I must do? |
|
|||
|
I'm getting the same error-msg. From my point of view php.ini is right:
Code:
extension=php_pdo_mssql.dll extension=php_pdo_mysql.dll Apache 2.2.6 PHP 5.2.4 MySQL 5.0. When I try to connect to the MySQL-DB I get the following error msg: Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|