Computer and IT knowledge - things to know
#just turn off foreign key checks
SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE yourtable1;
TRUNCATE yourtable2;
SET FOREIGN_KEY_CHECKS = 1;
computer2know :: thank you for your visit :: have a nice day :: © 2024