Advertisement
Guest User

Untitled

a guest
Apr 10th, 2016
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SSL connection error: socket layer receive error
  2.  
  3. ActiveRecord::Base.establish_connection(
  4. :adapter => "mysql2",
  5. :host => "127.0.0.1",
  6. :username => "root",
  7. :password => "root",
  8. :database => "db",
  9. :port => 3306,
  10. :protocol => "tcp"
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement