Log in

View Full Version : ERROR 7995 through 7999


JAMES QEASTAR
12-09-2004, 05:55 PM
I have everything all set up I think.. But somewere in the work of things I screwed something up. I need help with this.



It says i cant logg into my mysql server EROR #1405 or 2001

Sheesh im tired of this i redone everything froms cratch 2 times and i keep getting this wrong.

Spike
12-10-2004, 12:14 AM
Well copy and paste your imfornation here and maybe we can try and help.

Post your world.exe, boot5zones... wherever u saw this error at.

-------------------------------------------------------------------------------------
You can however try this...

Click START (at the tool bar), RUN, click BROWSE..., look for mysql.exe. After you find it, type -u root at the end of the command.

EXAMPLE: c:/mysql/mysql.exe -u root (click enter)

After clicking enter, you'll see a black window, in the black dos window type in

GRANT ALL PRIVILEGES ON *.* TO Username@localhost IDENTIFIED BY 'Password' WITH GRANT OPTION;

(replace USERNAME and Password for your mysql username and password)