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.
実行時に依存関係の問題が発生しないように、ダンプファイルを作成する必要があります
2 つのテーブルは FK を使用して相互に参照することができるため、常に「親を先に」作成して挿入できるとは限りません。
mysqldumpを使用します。データをインポートする前に外部キーを無効にし、後で有効にします。(これもはるかに高速です)。