Displaying 1 result from an estimated 1 matches for "iputpasshere".
2006 Aug 01
1
Ruby + MySql
...t it will not
connect. I get the following error:
#28000Access denied for user ''root''@''localhost'' (using password: NO)
The problem is, I did include a password in the config file:
development:
adapter: mysql
database: cookbook
username: root
password: iputpasshere
host: localhost
# Warning: The database defined as ''test'' will be erased and
# re-generated from your development database when you run ''rake''.
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: cookbook
usernam...