¿Ü·¡Å°(foreign key)¸¦ »ç¿ëÇÏ¿© Á¾¼Ó¼ºÀÌ »ý°åÀ» °æ¿ì ¾Æ·¡¿Í °°Àº ¿¡·¯¸Þ¼¼Áö¸¦ ¶ç¿ì¸é¼ »èÁ¦°¡ ¾ÈµÇ´Â °æ¿ì ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`glance`.`image_locations`, CONSTRAINT `image_locations_ibfk_1` FOREIGN KEY (`image_id`) REFERENCES `images` (`id`))
  :: ¿Ü·¡Å° °Ë»ç ÀϽà Á¾·á mysql> SET foreign_key_checks = 0;
  :: ¿Ü·¡Å° °Ë»ç ½ÃÀÛ  mysql> SET foreign_key_checks = 1; 
        
         
        
        
        
        
        
        
        
         
     |