24 abril, 2020

Solucionar el Error Code: 1175 en MySQL Workbench

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 and reconnect. 0.000 sec
Para solucionar este error, debemos ir al menú en la parte superior y seleccionar la opción Edit/Preferences como se puede apreciar en la siguiente imagen


En la siguiente ventana debemos selecionar la pestaña SQL Editor y desmarcar la opción Safe Update como se muestra en la siguiente imagen. 


Ahora debemos reiniciar el servidor o cerrar el MySQL Workbench y volver a abrirla.


El otro modo sería probamos directamente la siguiente sentencia:

"SET SQL_SAFE_UPDATES=0;"

No hay comentarios, ¡cuéntame algo!

Me gustaría saber tu opinión. ¡Saludos!