View Single Post
  #5  
Old 08-11-2008, 04:24 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If your LAN is all on 192.168.1.x, then you should be able to use this in mysql to add an account that would work from anywhere on your LAN:

Code:
GRANT ALL PRIVILEGES ON *.* TO 'eqemu'@'192.168.1.%' IDENTIFIED BY 'my-new-password';
Of course, you need to replace "my-new-password" with whatever password you want for it.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote