You may notice from my last question that a problem caused some more problems, Reading MySQL manuals in MySQL monitor?
My database is now unusable partly due to
I needed to correct the privileges.REVOKE ALL PRIVILEGES ONlogs.* FROM 'root'@'root'; GRANT ALL PRIVILEGES ONlogs.* TO 'root'@'root'WITH GRANT OPTION;
REVOKE ALL PRIVILEGES ON
.* FROM 'root'@'root'; GRANT ALL PRIVILEGES ON
.* TO 'root'@'root'WITH GRANT OPTION;