Ruby on Rails Monday, December 15, 2014

Thanks for the help! It is greatly appreciated.

I spoke with the person who was helping me to set up the rails environment.

He said that mysql had already been installed.

So I typed this command into terminal in order to start mysql:

mysql.server start

____

Then I got another error:
Unknown database 'simple_cms_development'

this was resolved by typing the following into terminal:
bin/rake db:create db:migrate

The problem is resolved. Now I am able to successfully move forward with the class.

Thanks again
-Michael

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5b85acf8-aba4-4859-bf03-1c14baee4521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment