Displaying 1 result from an estimated 1 matches for "mydatabase1_development".
2007 Nov 09
5
Access Denied for user
...ils
is 1.2.3. AFAIK these are all fairly new adn shouldn''t suffer from the
''old password'' effect - even so , I have forced the password to be ''old
style'' to be on the safe side. The database.yml looks OK to me
development:
adapter: mysql
database: mydatabase1_development
username: tobyr
password: mypassword
#socket: /tmp/mysql.sock
host: localhost
port: 3406
(I''ve tried with ''socket'' instead of port, with the same result)
I know the username and password are right because I can use them to get
into mysql from the CLI.
Any ide...