I am currently stuck on how to proceed. This app is hosted on site5. mysql version 4.1 I believe. I posted this on their forums, and also on mysql forums. Is anyone able to confirm whether it's a rails issue or not, or mysql, or something with the web hosting server.
I can't load my schema into my rails production DB. I'm hoping this is a simple problem. - I Created mysql database called batman_production. - I Created a user Joker with ALL privileges granted to batman_production. - I can log into mysql with -u Joker and the correct password. I can see 'batman_production' when I type 'show databases;'. - I then exit mysql and go into my rails app folder and run: 'rake db:schema:load RAILS_ENV=production'. I then get 'Access denied for user 'Joker'@'localhost' to database 'batman_production'. I double-checked the database.yml file and it has Joker's credentials. Any suggestions on where to proceed from here? Thank you! -- 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 -~----------~----~----~----~------~----~------~--~---

