Ruby On Rails - MySQL
Posted by: designmojo
Posted on: 2005-09-28 18:45:00
I can't seem to connect to the MySQL database I created in support of my site here on DreamHost. I'm using Ruby on Rails and have configured the database.yml file but keep getting the following:
Access denied for user 'username'@'my isp' (using password: YES)
If I ssh in I can connect to MySQL just like wise through PHPMyAdmin. Anything I'm missing with RoR?
Thanks!