0

Got a new rails demo and i can't start the server i tried "mysql -u root -p" and its didn't work here is my database.yml:

default: &default

adapter: mysql2

encoding: utf8

pool: 5

username: root

password: ''

host: localhost

development:

<<: *default

database: buk_store_dev

production:

adapter: mysql2

host: 127.0.0.1

database: buk_store_production

1 Answer 1

0

Check your root password on your MySQL server. Looks like you are using the wrong password.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.