mySQL wont allow me to connect after I used this command line that gave permission to 'root@localhost' for NukePhp:
------------
mysql> grant all on nuke.* to root@localhost identified by'password here' ; '
-----------
mySQL then allowed the connection for using phpNuke, but upon trying to reconnect to either phpMyAdmin or using command line prompts, I am no longer allowed to use mySQL.
--ERROR 1045 PERMISSION DENIED FOR ROOT@LOCALHOST USING PASSWORD (YES)--
-----------
I want to restore the mySQL settings even if it means dropping the phpNuke for now but ???
Anyone??
-sc