PDA

View Full Version : Question for you db makers


joe_bevis
05-09-2002, 02:03 PM
I am by no means trying to make my own db, but i am modifying existing db's (mainly items) so my friends and I can run around and enjoy ourselves.

My question is, how do I save my db to a SQL file that I can load like I were loading Drawde's db or Ariak's db. I found one way to do it, but the items table got messed up.

Any help would be greatly appreciatted,

joe_bevis

Lurker_005
05-09-2002, 02:05 PM
Use the mysqldump.exe command

mysqldump {database-name} > {output-textfile}

there are also some commands you can run inside mysql instead. Check the mysql documentation.

joe_bevis
05-10-2002, 04:20 AM
did you ever know that youre my hero?

joe_bevis

Lurker_005
05-10-2002, 05:09 AM
It is just lots of reading, and the semblance of retaining some of what I read :p