首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > PowerDesigner >

处置MySQL更新表时ErrorCode:1175.You are using safe update mode and you tried to update

2012-07-03 
处理MySQL更新表时ErrorCode:1175.You are using safe update mode and you tried to updateError: 1175 S

处理MySQL更新表时ErrorCode:1175.You are using safe update mode and you tried to update

Error: 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE)

?

Message: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.

?

Solution

SET?SQL_SAFE_UPDATES?= 0;

update T set col = 'xxx' where? condition ……;

热点排行