MySql 5.7 ErrorCode:1175

Error Code:1175. You are using safe update mode and you tried to update a table without a where that use a key column
解決辦法:取消安全更新模式 set sql_safe_updates=0;

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