Joseph White
unread,Oct 11, 2012, 1:09:25 PM10/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hello,
In order for rake db:create to work, ruby on rails must be able to access the db server. The information used to do so is in database.yml, which includes user and password. At some point in the documentation I read that the pw should be a hash, but can no longer find this reference.
So, what form should the passwords be in for rake to connect to the mysql database?
Joe