Jump to content
  • 0

Database Problem


vhin0708

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/24/18
  • Last Seen:  

When the player they register always like this  accound id is more than 7 how to fix this maybe i mis configuration in database please help

 

image.thumb.png.8664c82ff6d9f62a922bb009760686cf.pngPr

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  01/18/12
  • Last Seen:  

I would drop my current DB tables (or player associated tables: char, login, guild, etc) and re-run the the files in sql-files.

Alternatively, what is your 'Auto_increment' set to? You can query the table. On a fresh install, it is set to 2,000,000. I would suggest updating it accordingly.

SHOW TABLE STATUS FROM `DatabaseName` WHERE `name` LIKE 'TableName' ;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/24/18
  • Last Seen:  

On 6/28/2021 at 10:28 PM, chappox said:

I would drop my current DB tables (or player associated tables: char, login, guild, etc) and re-run the the files in sql-files.

Alternatively, what is your 'Auto_increment' set to? You can query the table. On a fresh install, it is set to 2,000,000. I would suggest updating it accordingly.


SHOW TABLE STATUS FROM `DatabaseName` WHERE `name` LIKE 'TableName' ;

 

 

thank you so much !! fix 

Link to comment
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
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.

×
×
  • Create New...