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.
我执行了与创建我的数据库相关的脚本..它执行成功。但没有创建外键。我正在使用 cent os 。mysql 5.0.
如果数据库引擎不支持 FK,它不会显示错误,但不会创建错误。例如,MyIsam。
选择 InnoDB 作为表类型,以便能够在其上创建 FK。
是 MyISAM 中的表而不是 InnoDB 中的表吗?
MyISAM 不支持外键。