Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect.
Isso acontece porque foi usado o seguinte comando:
SET FOREIGN_KEY_CHECKS = 0;
Em teoria, voltaria a funcionar se usasse:
SET FOREIGN_KEY_CHECKS = 1;
Mas eu tentei aqui e não funcionou. Teve gente que eu vi que disse que funcionou. Não custa tentar!