Posted inTech How to delete mysql table contents with fk constrains Posted by By admin June 29, 2015 SET foreign_key_checks = 0; DELETE FROM babyhelp_babyhelper.customer; SET foreign_key_checks = 1; admin View All Posts Post navigation Previous Post Connecting SQL workbench to cPanelNext PostEnsure the date display correctly in php