View Full Version : SQL Database Combining
Razzle
02-18-2002, 02:57 PM
I am going to be working with a group of people in order to make an EQ server for a large online community.
Though we know a lot about the Emulator, none of us are very good with SQL.
We need some method of combining our work weekly. Does anyone know how to do this sort of thing?
Minara
02-18-2002, 03:43 PM
Actually it's not too hard to do this. Rather then having them each work in their own dbs.. Have them do the inserts in a txt file... like jerle.txt for me.. just put all the insert commmands(that you'd be using to fill a db) into the file.. and then send them to the db guy.. he can import those
P.S. I'd like to help if you guys need smoeone.. I'm knowledgeable about mySQL and I'm learnin' php.. Drop me an email(jerleminara@mac.com) or talk to me on irc(Jerle_Minara) if it might be possible.
mByte
02-18-2002, 05:59 PM
make a web front end and all post from there?
Shawn319
02-19-2002, 12:28 AM
Draigon was going to do that but he went back to HQ :(
a php admin tool would be neat though..
Trumpcard
02-19-2002, 12:41 AM
I actually made one in php that I had modified from a phone database application i had written. I need to update it a bit, doesnt include any of the new tables or updated table structs though. I whipped a real quick one together because I wanted to be able make item updates from work into the database when i found cool items on eqmaps.com.
Let me know what tables you are wanting to edit, and I'll look into throwing something together tonight when I get home..
Shawn319
02-19-2002, 12:44 AM
Accounts and chars would be nice.
Trumpcard
02-19-2002, 12:53 AM
Easy enough... Account tables are simple enough.. Havent looked at the struct for character info, it might be a bit more fun...
Shawn319
02-19-2002, 12:55 AM
maby some basic item adding/editing too
Trumpcard
02-19-2002, 12:58 AM
Yep.. Ive already got the old version of that one, should just have to whip it up into shape. What I'll do is just do it in modules, that way I can just turn out one php page at a time that will let you view and edit each indivudual tables, then combine them together to one version when I get a few of them together that I can tie into one application..
One word of warning... i am NOT a web designer, I am a coder, therefore my html formats SUCK.. No flames.. If you dont like it, change the html layout and send it back too me.. I dont do flashy gui's!! :-)
Shawn319
02-19-2002, 01:03 AM
heh, i'll mess around with the html when u release it..
Pyrotek
02-19-2002, 01:08 AM
phpMyAdmin...
Shawn319
02-19-2002, 01:20 AM
I tried to use that once but i found it was just a ton of .php files which i have no idea what to do with.
Hack_attack
02-19-2002, 03:26 AM
hm well you all are way ahead of me :P i know how to work mySQL but i dont know a thing about php and i know even less of how to make a webpage use mySQL But im willing to learn :):):)
Baron Sprite
02-19-2002, 01:15 PM
just make a vpn and all run off the same db :D
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.