Ok my board is now down .. thats what I get for playing in MySql when I have no idea what I'm doing (was trying to install the phpmychat).
Bottom line is, my mysql by default had no password on the "root" user, i assume this is the user acct the system uses to access the boards.
Well phpmysql simply would _NOT_ install without a password so i figured, fine i'll give the user a password and install it. So i went to dos ran "mysql mysql" in the bin dir and executed 2 commands
SET PASSWORD FOR root = 'lockme'
\g
and
SET PASSWORD FOR root@localhost = "lockme";
I have no idea which one messed things up, i tried rerunning both commands with "" as the password, my boards are still inaccesible. (You can see the access denied error @
dmaw.avalys.com).
Please help me unscrew up my system