mysql2

rake aborted! TypeError: can't convert Fixnum into String

把配置的数据库密码改为字符串

pool: 5
username: root
password: "1234"
host: localhost

原文地址:https://www.cnblogs.com/juandx/p/3876615.html