Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how to reset account in MSQL ( wipe out )

Newbie Spellweaver
Joined
Jun 3, 2011
Messages
70
Reaction score
0
hello ragezone

i want ask about how to reset account data in UserLogin > db.Account

this the example image

REMOVED


thanks ragezone
 
Skilled Illusionist
Joined
Mar 31, 2011
Messages
382
Reaction score
48
You wanna delete all data in your table?, if is yes, in a new query:

TRUNCATE TABLE Account

In your database, UserLogin i think.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
Are you asking how to wipe it. If so that is super simple. You can use a query to wipe the database or you can just click on the top right grey box and press delete.
 
Back
Top