when i run this command: rake db:schema:load i get:
access denied for root@localhost
i’m 101% sure i entered the correct login name and password in
config\database.yml. i can go inside mysql environment using the
credentials in database.yml. i also tried to run ruby script/console and
i was able to get to the development environment.
thank you for your time. i did as you suggested but still can't get
through this problem.
as mentioned, i am able to go to mysql environment using the same user
name and password in config/database.yml. likewise, i can also go inside
rails' development environment through ruby script/server.
what's more puzzling is if i generate a new app, (ie. rails testap),
then make config/database.yml similar with the other, it does work fine.
i should also mention that i'm trying to install coupa.
any other ideas why a rake db:schema:load would return the access denied
error?
i noticed that sometimes the error messages returned by rake(?) does not
actually relate to the actual problem. so this could be one of those.