Failed Assertion

this is known innodb issue.

First character can have wrong id. Fix it manually or remove character with id smaller than 150000

 
no, you looking wrong field. issue with char_id. char_id must be 15000 or bigger

 
check the `char` table

 
thanks for your reply. but i dont really understand.

ist like this?

Code:
[COLOR=rgb(16,16,148)]ALTER[/COLOR][COLOR=rgb(48,51,54)] [/COLOR][COLOR=rgb(16,16,148)]TABLE[/COLOR][COLOR=rgb(48,51,54)] tbl AUTO_INCREMENT [/COLOR][COLOR=rgb(48,51,54)]=[/COLOR][COLOR=rgb(48,51,54)] 150000[/COLOR][COLOR=rgb(48,51,54)];[/COLOR]
 
Last edited by a moderator:
Back
Top