2009/12/8 Rafael Moyano <[email protected]>: > > Me quedó así: > development: > adapter: mysql > encoding: utf8 > database: xpdt_development > username: root > password: xxxxxx > host: localhost > port: 3000 >
Port 3000 es donde tu aplicación Rails escucha, no MySQL. El puerto de MySQL es otro (3306), a menos que lo hayas configurado asi. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry _______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
