Bu işlev için verilen birçok kod yetersiz kalıyor, üyelerin bilgilerinin bulunduğu çoğu tabloyu ellemiyor bile. Bu yüzden aşağıdaki sorgu tamamen üyelerin yani oyuncuların bilgililerini temizler. Sembol tablolarını boşaltmaz, oyuncu isimlerini siler böylelikle herhangi bir bug veya hata oluşmaz.
Kod:
truncate table ACCOUNT_CHARtruncate table FRIEND_LIST truncate table HACKTOOL_USERLOG truncate table KING_BALLOT_BOX truncate table KING_CANDIDACY_NOTICE_BOARD truncate table KING_ELECTION_LIST truncate table KNIGHTS truncate table KNIGHTS_ALLIANCE truncate table KNIGHTS_RATING truncate table KNIGHTS_USER truncate table TB_USER truncate table USER_SAVED_MAGIC truncate table USERDATA truncate table USERDATA_SKILLSHORTCUT truncate table WAREHOUSE truncate table WEB_ITEMMALL truncate table HERO_USER truncate table premium_service -- Clean User Rank Logo Table update USER_KNIGHTS_RANK set strElmoKnightsName = NULL, strElmoUserID = NULL, strKarusKnightsName = NULL, strKarusUserID = NULL, nElmoLoyalty = 0, nKarusLoyalty = 0 -- Clean Personal Rank Logo Table update USER_PERSONAL_RANK set strElmoUserID = NULL, strKarusUserID = NULL, nElmoLoyaltyMonthly = 0, nKarusLoyaltyMonthly = 0 -- Clean Manner Point Table update USER_MANNERPOINT_RANK set strElmoUserID = NULL, strKarusUserID = NULL, nElmoMannerPoint = 0, nKarusMannerPoint = 0
Tags:
1299
1299 db sıfırlama kodu
2014
Database Dosyaları
db sıfırlama
db sıfırlama kodu
Prosedürler & Kodlar
veritabanı sıfırlama kodu