RSSAmplifier

Ivan Derevianko's Blog Feed · Nov 28, 2019

[Fix] Error Code: 1175 You are using safe update mode

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Explore an easy way to fix MySQL Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. You can either disable it permanently or turn it off before executing an update/delete statements and turn it back on after. SET SQL_SAFE_UPDATES=0; will fix it for you, but be careful, you are not protected against DELETE FROM table statement…

Read on ivanderevianko.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.