Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚用 Homebrew 安装了 MySQL。
database.yml在我的开发机器上本地连接到它需要什么配置?
database.yml
这是database.yml我用来连接到使用 Homebrew 安装的 MySQL 的配置:
development: adapter: mysql2 host: localhost database: my_database_name username: root password: pool: 5 timeout: 5000