When i run rake test for default test file i get the access denied error even though i have provided password in my database.yml file. What might be the problem? This is my yml file. My error in terminal
default: &default
adapter: mysql2
encoding: utf8
pool: 5
username: root
password: Mysql1234
host: 127.0.0.1
test:
<<: *default
database: rails_test
Edited: I think the problem is that it is saying there is no password(PASSWORD NO) given even though i gave one. My mysql is working fine only in rails there is a problem My user table in mysql