Jump to content
  • 0

Deleting a certain account.


Question

5 answers to this question

Recommended Posts

  • 0
Posted

Manual deletion in SQL file "login"

That would not allow use of character names again. Hell need to do a (several) SQL query, on Mobile so can't write out.

  • 0
Posted

 

Manual deletion in SQL file "login"

That would not allow use of character names again. Hell need to do a (several) SQL query, on Mobile so can't write out.

 

I don't exactly know what SQL queries I'm gonna run though XD

Account ID:

- 2000005

Character IDs:

- 1500042

- 1500443

- 1500906

- 1500907

- 1500908

- 1500910

- 1500961

- 1501802

- 1502838

- 1503303

- 1503493

- 1504557

Separated Character IDs from a different account:

- 1500242

- 1500099

  • 0
Posted

Try this it will delete the account and all characters under the account id 2000005.

DELETE FROM `login` where `account_id` = '2000005';
DELETE FROM `char` where `account_id` = '2000005';

For the Diff Account.

DELETE FROM `char` where `char_id` IN ('1500099','1500242');

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...