vhin0708 Posted June 28, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 12/24/18 Last Seen: June 3, 2022 Share Posted June 28, 2021 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 Pr Quote Link to comment Share on other sites More sharing options...
0 chappox Posted June 28, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 01/18/12 Last Seen: January 30, 2023 Share Posted June 28, 2021 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' ; Quote Link to comment Share on other sites More sharing options...
0 vhin0708 Posted June 30, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 12/24/18 Last Seen: June 3, 2022 Author Share Posted June 30, 2021 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 Quote Link to comment Share on other sites More sharing options...
Question
vhin0708
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
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.