mysql读书笔记---mysql safe update mode
生活随笔
收集整理的這篇文章主要介紹了
mysql读书笔记---mysql safe update mode
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column?
查看
mysql> show variables like '%sql_safe%';
關閉
mysql> set sql_safe_updates=0;
開啟
mysql> set sql_safe_updates=1;
總結
以上是生活随笔為你收集整理的mysql读书笔记---mysql safe update mode的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Centos7搭建coreseek
- 下一篇: 医疗:ERP进销存系统(8)