I install mysql for RoR, and I get an access denied error. I've tried searching on the internet for how to go about fixing this ... but I have no clue on how to proceed right now.
Basically, I did this:
sudo apt-get install mysql-client mysql-server libmysql-ruby1.8
And I did get the password screen. I am sure I picked a password I know, and yet I am getting the following error when I try to run rake db:create: Access denied for user 'root'@'localhost' (using password: YES)
How can I fix this? Thanks!