摘要:
http://blog.csdn.net/abandonship/article/details/7105157Error: 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:SETSQL_SAFE_UPDATES= 0;update T set col = 'xxx' wher 阅读全文
posted @ 2013-11-16 17:27
Avrilliu
阅读(539)
评论(0)
推荐(0)

浙公网安备 33010602011771号