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;
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;