I am not able to access mysql on amazon AWS EC2
instance.
I was able to access with same password yesterday night but when I today morning opened my MySQLWorkBench
I could not connect to my MySql server on EC2
instance, I logged in to EC2
server and there also I could not connect
$ mysql -u root -p
<Gave My Password>
and I got error
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I am giving the correct password
Its my Production server I am too worried :(