标签:ops 约束 host 外键 清空 foreign 外键约束 inf 更新字段
当表有外键约束的时候,无法更新字段和清空表,使用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;
标签:ops 约束 host 外键 清空 foreign 外键约束 inf 更新字段
原文地址:http://blog.51cto.com/kexiaoke/2141020