Error 1175: You are using safe update mode (100% Solved) | MySQL Workbench | Tamil | Code Screens

Опубликовано: 17 Февраль 2026
на канале: Scratch Code - தமிழ்
5,120
124

In this video, I have explained about solving the error when executing an update query in 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.

Solution 1 -- Using a primary key column in where clause.
Solution 2 -- Using set sql_safe_updates.

Language used in this video - தமிழ் (Tamizh)

Like, Share and Subscribe Code Screens Tamil for more videos.

#mysql #error #tamil