1045 (28000): Access denied for user 'leporem'@'12.0.0.227' (using password: YES) code example
Example 1: ERROR 1045 (28000): Access denied for user 'labanino'@'localhost' (using password: NO)
mysql -u root -p
Example 2: windows error 1045 (28000): access denied for user 'root'@'localhost' (using password: yes)
update user set authentication_string=password('my_password') where user='root';