Skip to content
Yang's Tech Notes
  • Home
  • Home
  • Tech
  • How to delete mysql table contents with fk constrains
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 cPanel
Next Post
Ensure the date display correctly in php
Copyright 2025 — Yang's Tech Notes. All rights reserved.
Scroll to Top