MySQL Error 1045 Access Denied
I have a Debian server, that I have installed LAMP. Everything was running smoothly. I was connecting through konsole to MySQL and through phpmyadmin without any problems until recently. For the last week, when I'm running 'etc/init.d/mysql start' from the konsole, I get the following message:
"Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables."
Also, when I'm running 'mysql' from the konsole, I get the following message:
"ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)"
Any ideas?








