Wouldn't you database name and user name be different for the different account? If you just copied them then your trying to access the database name under the other account. If I am not mistaken you can not do this with shared hosting on bluehost.
Sean McGilvray Sent from my iPhone On Mar 10, 2009, at 5:44 AM, Paul Reitz <[email protected] > wrote: > > Hi all. I'm having problems getting a RoR app to run on bluehost. > Here's > the rundown. First I'm frustrated because I have two accounts, I've > gotten an app to run on one account, and I can't get one running on > the > other. And I'm pretty sure I did everything the same. > > On the one that isn't working, I keep getting the error page. When I > launch the console and try something like; > user = User.new > I get this error: > Mysql::Error: Access denied for user 'root'@'localhost' (using > password: > YES) > > Here's what I have in database.yml > production: > adapter: mysql > database: ******* > user: ****** > password: ****** > host: localhost > socket: /var/lib/mysql/mysql.sock > timeout: 5000 > > I copied and pasted the database name, user name and password > (database > name and user name are prepended with my account name) > > I've checked the permissions on the public folder and on dispatch.* > I need to get this site running asap, anyone have any ideas? > -- > Posted via http://www.ruby-forum.com/. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

