There were some datas to replace.
I just replaced the data but i didnt do anythng wrong.
If you check the link, which i gave, after i do these steps, i get again the error ;
create table user(id int PRIMARY KEY AUTO_INCREMENT, name varchar(10));
–ok
insert into user values(“Hello World”);
–error : #1136 – Column count doesn’t match value count at row 1