mysql臨時取消外鍵約束方法

當表有外鍵約束的時候,沒法更新字段和清空表,使用SET foreign_key_checks能夠取消外鍵約束

SET foreign_key_checks=0;
truncate table ailiyuninfo_serverinfo;
truncate table opsweb_hostprivileges;
truncate table opsweb_hostprivileges_alias;
SET foreign_key_checks=1;
相關文章
相關標籤/搜索