prazjain.wordpress.com
MySql Workbench Safe Update Mode : Updating table
MySql Workbench opens up in Safe update mode, that does not allow any updates to the tables. To update tables, set this variable and you are good to go: SET SQL_SAFE_UPDATES=0;