Thread: Help =x
View Single Post
  #3  
Old 03-27-2004, 04:37 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

First you need to know their external IP and they need to know yours.

under cmd

Code:
 cd \mysql\bin
mysql -u root mysql
grant all privileges on *.* to theirusername@theirexternalip identified by 'password' with grant option;
The username and password does not matter it does not have to match their mysql username and password but they do have to use it when going into Mangoos item editor.

Once you have granted that person privilges they go into item editor and type in

Code:
DatabaseName = The name of your db 
DatabaseUser = the username you gave them 
DatabasePass = the password you gave them
DatabaseHost = your external IP
EQDirectory = C:\Program Files\Sony\EverQuest Trilogy (or wherever you EverQuest directory is located)
This is how I did it and I can access my friends database who lives in Texas while I live in Louisiana.
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote