View Single Post
  #51  
Old 01-09-2003, 09:42 AM
lunatic987
Fire Beetle
 
Join Date: Jan 2003
Posts: 6
Default

For those using the new world.exe look at the following.

look here http://forums.eqemu.net/viewtopic.php?p=26918#26918

It will explain what you should do now.

They broke the commands for world.exe and you have to manually add them yourself till they fix it.


For you, you do need to grant permission to test. by doing the following:

Quote:
from readme:

And if that does not help. Open mysql.exe ( found in c:\mysql\bin )
Type in: GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%'; (press enter)
Close out of mysql.exe
you can also do the following
Grant all privileges on *.* to 'username' Identified by 'password';