I'm trying to delete all row of data in my tables and reset the auto increment. When I do, I get this message :
Unexpected number of rows removed!
One row was not removed. Reload the table to be sure that the contents
have not changed in the meantime. Check the Console for possible errors
inside the primary keys of this table!
update When I do TRUNCATE TABLE 'users' I get this message
Cannot truncate a table referenced in a foreign key constraint
(`marketing`.`designer_application`, CONSTRAINT
`designer_application_user_id_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES
`marketing`.`users` (`id`))