Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
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