On Thu, May 13, 2010 at 9:09 AM, jaya kumar <[email protected]>wrote:
> p...@ubuntu:~$ mysql -u root -p > Enter password: > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using > password: YES) > p...@ubuntu:~$ > >From above error message is generated when you try to login into the mysql with the wrong password. The link to the MySQl error code is mentioned below [1] Solution: I am not sure whether you forgot the root password or you are trying out the wrong password with a typo. What ever it may be. The simple solution is to reset the password for the root account of the Mysql [2] . [1] http://dev.mysql.com/doc/refman/5.1/en/error-messages-server.html#error_er_access_denied_error [2] http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/ -- Ravi Jaya Mobile: +91 97909 16181 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
