I have the following:
DROP TABLE [dbo].[ExtraUserInformation]; DROP TABLE [dbo].[UserProfile]; DROP TABLE [dbo].[webpages_Membership]; DROP TABLE [dbo].[webp
Type this .... SET foreign_key_checks = 0; delete your table then type SET foreign_key_checks = 1;
SET foreign_key_checks = 0;
SET foreign_key_checks = 1;
MySQL – Temporarily disable Foreign Key Checks or Constraints