Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iron-viper/99b424ec8f73458c183848b7400e4281 to your computer and use it in GitHub Desktop.
Save iron-viper/99b424ec8f73458c183848b7400e4281 to your computer and use it in GitHub Desktop.
-- отключаем проверку
SET foreign_key_checks = 0;
-- выполняем нужные запросы
DELETE FROM downloads WHERE id = 59;
-- включаем проверку назад
SET foreign_key_checks = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment