The standard mysql port is 3306, not 3406. Do you have mysql running on a different port? If not, change database.yml to
development: adapter: mysql database: mydatabase1_development username: tobyr password: mypassword #socket: /tmp/mysql.sock host: localhost port: 3306 # <- port 3306
-Bill
Toby Rodwell wrote: