View Single Post
  #4  
Old 07-21-2002, 06:15 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Put your username and pass from db.ini in place of someid and somepass

something like:

mysql>GRANT ALL PRIVILEGES ON eq.* TO dempig@localhost
IDENTIFIED BY 'db password' WITH GRANT OPTION;

This one lets you access databases other than eq, in case you want to have several for switching back and forth:

mysql>GRANT ALL PRIVILEGES ON *.* TO dempig@localhost
IDENTIFIED BY 'db password' WITH GRANT OPTION;


Also:
[loginserver] block not found in loginserver.ini
is a bit odd, since you show it in your loginserver.ini
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote