my database.yml is like so
production:
adapter: mysql
database: username_mysitename
username: username_databaseusername
password: database_password
host: my_sites_static_ip
ENV['RAILS_ENV'] ||= 'production' is uncommented in environment.rb
This is the command I'm running
rake db:migrate RAILS_ENV=production
Here's the error I get.
Host 'my_local_ip.comcast.net' is not allowed to connect to this MySQL server
I've set up a tunnel using fugu but I'm not sure how to run commands through that or what to do with that.