wsxxz 发表于 2018-10-5 09:04:15

mysql临时取消外键约束方法

SET foreign_key_checks=0;  truncate table ailiyuninfo_serverinfo;
  truncate table opsweb_hostprivileges;
  truncate table opsweb_hostprivileges_alias;
  SET foreign_key_checks=1;

页: [1]
查看完整版本: mysql临时取消外键约束方法