You want to dump the tables, you can use the mysqldump command
mysqldump <databasename> <tablename> > somefile
lets say you want to dump the lootdrop_entries table, you'd do
something like
mysqldump eq lootdrop_entries > lootdropentries.sql
then they could source those into their database.
To dump the ENTIRE database, just do
mysqldump <databasename> > filename
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|