vhin0708 Posted June 28, 2021 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 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 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...
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