On Sat, Dec 13, 2014 at 12:30 PM, Michael Dowell <[email protected]> wrote:
> 1) rails new simple_cms -d mysql You selected MySQL as your database server, so > Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) that means that you have to 1) have the MySQL server installed on your system 2) have it configured to be accessed via socket '/tmp/mysql.sock' 3) have it running At least one of those three is apparently not the case :-) -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yDzoN8B_hvo3tGXCOWJsAo4-QjqGfoMpabG0MRDi%2BH0WQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

