MySQL Workbench 5.2 CE が含まれている MySQL Server5.5 を使用しています。MySQL Workbench 5.2 を使用しています。DB にuserという名前のテーブルがあります。MySQL Workbench の SQL Editor で次のコマンドを実行しました。
UPDATE user SET email = 'abc@yahoo.com' WHERE email='ripon.wasim@yahoo.com';
しかし、残念ながら次のエラーが発生しました。
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.
何が悪いの?ヘルプは大歓迎です。