I have one ruby on rails site running and working. I have created a new project and pointed the subdomain to it. That all worked.
I changed the database.yml to a new user I created in my database and I run rake db:create
without any issues and the databases are created, but when I go to my subdomain in my browser I get the following error:
Mysql2::Error Access denied for user 'root'@'localhost' (using password: NO)
Why is this?