2
When creating a new project in Rails using mysql
rails new exemplo -d mysql
and then
rake db:create
I have the following error
Acess denied for user 'root@localhost' (using password: NO) Please provide root password for your MySQL instalation
Then it asks for the password of my mysql, I put and continues giving the same error, even getting connect in the database by terminal.