Am very aware of that this issue can be resolved with disabling safe update mode enabled (e.g. see here: MySQL error code: 1175 during UPDATE in MySQL Workbench). However, I do
If you want to still update your data with safe update on, you must retool your where clause so that it includes references to the table's primary key(s). See this page.