Jump to content
Sign in to follow this  
SolidusZA

Deleting User Accounts

Recommended Posts

Hi everyone

 

Does anyone know if theres a tool to deleting user accounts (the whole account, all characters etc)

 

Or can I only do it in the SQL database?

 

If so which table do I delete them in.

Share this post


Link to post
Share on other sites
14 hours ago, SolidusZA said:

Hi everyone

 

Does anyone know if theres a tool to deleting user accounts (the whole account, all characters etc)

 

Or can I only do it in the SQL database?

 

If so which table do I delete them in.

Simply enter the AccountServer table and find account_login table. delete by line the account you want to delete.

  • Thanks 1

Share this post


Link to post
Share on other sites
4 hours ago, kyleflow said:

Simply enter the AccountServer table and find account_login table. delete by line the account you want to delete.

If they have made characters. I would also need to delete them from the GameDB database as well if im correct.

Share this post


Link to post
Share on other sites
1 hour ago, SolidusZA said:

If they have made characters. I would also need to delete them from the GameDB database as well if im correct.

Not true as far as I know.

Share this post


Link to post
Share on other sites

Do not delete data from a database. These data are good for analysing and auditing.

 

You need to become familiar with SQL and the schema. 

3 hours ago, kyleflow said:

Not true as far as I know.

True, account data exists in accountdb? (Cant remember the name) and gamedb


kong.png

a2.png

Share this post


Link to post
Share on other sites

if its must to be deleted you have to delete all related table and reseed each table to current index  otherwise u will have ids gap when creating new accounts, character 

first u must delete from accountserver_login
and gamedb.account/ character /guild if player is leader in some guilds , resource, friend lists, boat table ,etc just follow account id and cha id

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...