Ruby on Rails Thursday, February 27, 2014

Il giorno giovedì 27 febbraio 2014 12:55:50 UTC+1, Frederick Cheung ha scritto:

On Thursday, February 27, 2014 3:02:43 AM UTC, Azroth wrote:

development:
  adapter: mysql2
  host: <my server ip>
  port: 3306
  encoding: utf8
  reconnect: false
  database: rails32801blog_development
  pool: 5
  username: <my username>
  password: <my password>
  socket: /var/lib/mysql/mysql.sock


It would be unusual to provide both a socket and a host. Perhaps the connection is blocked (firewall etc) and ruby is waiting in vain for the connection to open?

Fred

Don't know, Fred, it's a rebus, I can connect correctly with a different setup (ruby 1.9.2 + rails 3.2.8), can't connect with ruby 1.8.7 + rails 3.2.8, so I think it's not a mysql/firewall misconfiguration, it's an issue related to ruby version

--
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/80edf290-8b65-4c81-84cf-6f212d0126ef%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment