close

mysql> drop table employee;
ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constraint fails

設定  mysql> set foreign_key_checks=0;

再一次刪除   mysql> drop table employee;
 

記得設定回來 mysql> set foreign_key_checks=1;

 

 

arrow
arrow
    文章標籤
    MySQL
    全站熱搜

    wealthy 發表在 痞客邦 留言(0) 人氣()