This my have nothing to do with it, but try this syntax instead:
var $default = array( 'driver' => 'mysql',
'connect' => 'mysql_connect',
'host'
=> 'localhost',
'port'
=> '8889',
'login'
=> 'root',
'password' => 'root',
'database' => 'blog',
);
However, if CocoaMySQL can't connect either, than it's likely not a
Cake issue. Try checking your MySQL client library version, since the
password encodings for MySQL 5 are incompatible with MySQL 4.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---