Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-14-2009, 07:55 PM
kimura0715
Fire Beetle
 
Join Date: Mar 2009
Location: Virginia
Posts: 27
Default DB edit

is there a way that i can give access to my GM assistant to help customize my database. how can we share the DB so that we can both work on it? thanks....
Reply With Quote
  #2  
Old 06-14-2009, 08:16 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

First, set Port Range Forwarding on your router for port 3306 to your server. Then, create a MySQL account for your developer so they can log into MySQL on your server. If you know the IP they are coming from and their IP doesn't change, you can add more security by creating the MySQL account to only work from a specified host (their IP address). You will also need to make sure you have MySQL setup to allow remote access. If you are on Windows, you just need to go through the MySQL setup program again and check the box near the end of the setup process that let you allow remote connections. If you are using Linux, then it is a bit more complex than that, but the Debian Linux Setup Wiki page describes how to do it. Then, they should just need to setup Navicat or any other MySQL tool and they will be able to do edits.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 06-14-2009, 08:37 PM
kimura0715
Fire Beetle
 
Join Date: Mar 2009
Location: Virginia
Posts: 27
Default

thanks trevius..a big help as always
Reply With Quote
  #4  
Old 06-14-2009, 10:21 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

GRANT ALL ON eqemu.* TO 'gmaccount'@'%' IDENTIFIED BY 'gmpassword'; is the sql to create an account named "gmaccount" with the password "gmpassword" that can access the database named "eqemu" from any ip address (the % is a wildcard). As Trevius said, if you know the gm has a static ip or always connects from a specific hostname, you can change the ip to be like '173.22.166.22' or '192.168.1.%' (for any ip on the lan), or even '%.example.com'.

You should look at http://dev.mysql.com/doc/refman/5.1/en/grant.html to see the syntax for grant as you probably don't need/want to grant all privileges to a gm (he or she probably doesn't need drop, for example) for security purposes.

Of course, there's probably an option in a gui mysql admin program to set this up as well.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:34 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3