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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to