development: adapter: mysql encoding: utf8 reconnect: true database: library_development pool: 5 username: root password: xxxxxxxx host: localhost
This should be fine. You don't need to specify the socket. Are you connecting on a particular port? If you are, you need to specify the port if it's different than the normal 3306 I believe for mysql... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

