On 13 mar, 15:19, Luis Lavena <luislav... / gmail.com> wrote: > On Mar 13, 6:23 ¨Âí¬ òáòïîá¼áòïîá®®®Àçíáéì®ãïí¾ ÷òïôåº > > > > > Hello, > > How do I do this? > > MySQL works for other languages in my PC, for PHP for example, how do > > I confgiure this with ruby on rails? in which config file? > > thanks! > > Please provide details about the ruby implementation and version > you're using. > > Also, the operating system and the version of mysql you're trying to > connect with. > > With that information, we can help you out figuring out which > component needs to be replaced and guide you on the right direction. > > -- > Luis Lavena Hello, in database.yml I have this: development: adapter: mysql encoding: utf8 database: dancemove_development pool: 5 username: root password: xxxxx host: localhost I'm using netbeans 6.8, I have Windows 7 Professional, Trying to use MySQL 5.0, have ruby 1.8.6 and rails 2.0.2. Thanks!