Hello,
I have been using the SitePoint Ruby on Rails book to deploy an application. I went through the first couple of steps, and had all the prerequisites. I am using putty to connect to the server. However, I am getting an error when using the rake command - rake db:schema:load RAILS_ENV=production with an access denied error.
The information on the database.yml file looks like this.
production:
adapter: mysql
database: me_production
username: me_admin
password: ******
host: localhost
Are there other changes that I must make on the file? I tried the hosting company, but they don't have a person on site with ruby on rails expertise.
Any help appreciated.
CathyM







Bookmarks