Can someone help fix my Ruby on Rails database.yml so I can connect to
the Localhost:3000? I’ve literally tried 20 different variations, and it
keeps giving me the same problem. I’m a big newbie, I started learning
this a week ago. Thanks. Here’s my code (I did put my password in when I
launched it):
default: &default
adapter: mysql2
encoding: utf8
pool: 5
username: root
password:
socket: /tmp/mysql.sock
host: localhost
development:
<<: *default
database: simple_cms_development