I am trying to delete all records from a table. My query is:
delete from tableName.
But it reports the following error:
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."
How do I resolve this?