On Oct 19, 2011, at 22:23, f.f wrote:

> I got the same error [Cake is NOT able to connect to the database]
> 
> and I have check the phpinfo 
> 
> PDO
> PDO support    enabled
> PDO drivers    sqlite, sqlite2
> 
> PDO_SQLITE
> PDO Driver for SQLite 3.x      enabled
> PECL Module version    (bundled) 1.0.1 $Id: pdo_sqlite.c 272374 2008-12-31 
> 11:17:49Z sebastian $
> SQLite Library         3.3.7

Great, you've got the PDO driver itself (which is built into PHP) and the PDO 
sqlite3 driver. But if you want to connect to a mysql database with PDO, you 
need to install the PDO mysql driver.


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to