Displaying 1 result from an estimated 1 matches for "shovell_develop".
2008 Jul 16
2
Error when running my unit test...
...denied for user
''root''@''localhost'' (using password: NO)''
Now, this is my database.yml:
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql
encoding: utf8
database: shovell_development
username: root
password: password
# JRuby doesn''t support socket:
host: 127.0.0.1
#socket: /var/run/mysqld/mysqld.sock
I did have problems with creating stuff, in the base, until I gave the
password. So this works fine. I can create rows in the table inside
the ''sho...