| 
 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.
 |