Thread
:
MySQL problem
View Single Post
#
2
05-04-2004, 05:43 AM
cofruben
Old-EQEmu Developer
Join Date: Oct 2002
Location: Spain
Posts: 323
open mysql.exe and try writing this:
GRANT ALL PRIVILEGES ON *.* TO yourusername@localhost IDENTIFIED BY 'yourpassword' WITH GRANT OPTION;
for example:
GRANT ALL PRIVILEGES ON *.* TO test@localhost IDENTIFIED BY '123456' WITH GRANT OPTION;
cofruben
View Public Profile
Send a private message to cofruben
Visit cofruben's homepage!
Find all posts by cofruben