Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースの作成に関連するスクリプトを実行しました..正常に実行されました。ただし、外部キーは作成されません。centos を使用しています。mysql5.0.
DB エンジンが FK をサポートしていない場合、エラーは表示されませんが、エラーは作成されません。たとえば、MyIsam.
FK を作成できるように、テーブル タイプとして InnoDB を選択します。
テーブルは InnoDB ではなく MyISAM にありますか?
MyISAM は外部キーをサポートしていません。