mysql force drop table [a foreign key constraint fails]

ysql> SET foreign_key_checks = 0;
mysql> drop table photologue_gallery;
mysql> drop table photologue_photo;
mysql> SET foreign_key_checks = 1;