[Help] How to remove previous setting from database

12/17/2009 01:38 timanator200#1
What i mean by this is, the database that I download has been used by people already and contains all of the characters of people on the server. What I would like to do is remove all traces of the other people so I can start fresh. I remember there being a query on one of the guides but when I looked at the guide again, it was removed...
12/17/2009 04:21 CyberServer#2
check and use SEARCH IN THIS forum dude already released
12/17/2009 05:24 PraDevil[ELITE]#3
lol..this for lazy people..change the my if you using acc etc2 file using account

Code:
DELETE from my.cq_user;
DELETE from my.cq_eudemon;
DELETE from my.cq_item;
DELETE from my.account;
DELETE from my.cq_castle;
DELETE from my.cq_castleitem;
DELETE from my.cq_castlemap;
DELETE from my.cq_enemy;
DELETE from my.e_money;
DELETE from my.cq_donation_dynasort_rec;
DELETE from my.cq_friend;
DELETE from my.cq_ad_log;
DELETE from my.cq_announce;
DELETE from my.cq_deluser;
DELETE from my.cq_dyna_rank_rec;
DELETE from my.cq_family;
DELETE from my.cq_flower;
DELETE from my.cq_magic;
DELETE from my.cq_partner;
DELETE from my.cq_pk_bonus;
DELETE from my.cq_shortcut_key;
DELETE from my.cq_special_status;
DELETE from my.cq_statistic;
DELETE from my.cq_synattr;
DELETE from my.cq_syndicate;
DELETE from my.cq_trade;
DELETE from my.cq_tutor;
DELETE from my.cq_tutor_contributions;
12/17/2009 05:25 CyberServer#4
ahahh pradevil nice and good people huh..
12/18/2009 04:33 timanator200#5
I did search before I post. I always search before I post. I looked and found nothing. Thanks.