I am running MySQL Workbench 6.3.8 b1228 CE (64-bit) in "safe update mode". I am trying to run a query with a "WHERE" statement, but it still returns "Error 1175"
Here is my query statement:
DELETE FROM `my_db`.`table_name` WHERE `email` = 'john@smith.com';
(Obviously "my_db" and "table_name" are placeholders.)
Why would Workbench throw Error 1175 for this query when I have the most basic of "WHERE" statements included?