Error code 1175 Safe Update

suggest change

This error appears while trying to update or delete records without including the WHERE clause that uses the KEY column.

To execute the delete or update anyway - type:

SET SQL_SAFE_UPDATES = 0;

To enable the safe mode again - type:

SET SQL_SAFE_UPDATES = 1;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents