2021-04-23
閱讀量:
644
mysql報(bào)錯 Error Code: 1175. You are using safe update mode
問:
mysql報(bào)錯 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.
答:
這是因?yàn)閙ysql在安全模式中,在非主鍵條件下無法對數(shù)據(jù)進(jìn)行更新,可以通過執(zhí)行語句:SET SQL_SAFE_UPDATES = 0;
取消安全模式,再執(zhí)行之前的更新語句。






評論(0)


暫無數(shù)據(jù)
CDA考試動態(tài)
CDA報(bào)考指南
推薦帖子
0條評論
0條評論
0條評論
0條評論