php is running, mysql is running, a database named wordpress is there an the wordpress configfile has the correct parameters.
As I understand i have to write som unix woodoo to change the password system in mysql back to an old one. Because this php thing is not updated to the new Mysql. Then I got an error message in mysql teminal. Her is whats on the terminal...acces denied I am already there...
mysql> SET PASSWORD FOR
-> 'root'@'localhost' = OLD_PASSWORD('mypassw');
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'
mysql>