Skip to content

Instantly share code, notes, and snippets.

@yasirrose
Created November 19, 2014 16:28
Show Gist options
  • Save yasirrose/99bae64e904dc8db7473 to your computer and use it in GitHub Desktop.
Save yasirrose/99bae64e904dc8db7473 to your computer and use it in GitHub Desktop.
rake db:schema:load Error
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
-- create_table("1099info", {:primary_key=>"data1099ID", :force=>true})
rake aborted!
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
/Users/macomputer/Desktop/b/bpcnet-rails/db/schema.rb:16:in `block in <top (required)>'
/Users/macomputer/Desktop/b/bpcnet-rails/db/schema.rb:14:in `<top (required)>'
Tasks: TOP => db:schema:load
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment