update db_schema_name.table_name SET column_name=1;

diye bir update script var elimde, ancak bir alttaki hatayı almaktayım. Sorun ne olabilir acaba? (şema ismi olması gerekiyormuş o kısım tamam).

 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 -> Query Editor and reconnect.    0.000 sec