Mysql無法update表的解決方案

Error Code: 1175

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


THE SOLUTION IS

SET SQL_SAFE_UPDATES=0;


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章