I just updated to the latest trunk, and now i'm seeing a strange error. In the production.log I see this:
Mysql::Error (Access denied for user: '@localhost' to database ''): in my database.yml I have this: development: adapter: mysql database: typo_dev host: localhost username: root password: test: adapter: mysql database: typo_tests host: localhost username: root password: production: adapter: mysql database: typo host: localhost username: typo password: ******** and this information is all correct... it looks like it is somehow not selecting a database... any suggestions?? Thanks, A -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/typo-list/attachments/20051109/e7debd0b/attachment-0001.htm
