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 it continues giving the same error, even being able to connect to the database through the terminal.