Blog was broken for weeks. Note to self for next time:
Mysql password forgettage: restart it with –skip-grant-tables
and run “mysql -u root mysql”
Then…
UPDATE user SET Password=PASSWORD(’sekretsekret’) WHERE User=’root’;
…and before all this, have backed it all up.
REPAIR TABLE wordpress.wp_categories; …etc to fix up trashed tables. Then restart the mysqld with normal settings.
This, in case wasn’t clear, is a Test Post.
