问题描述
- mysql莫名奇妙出问题了,求各位帮帮忙,急
-
一早起来发现明明用show tables指令都还存在的table,查询时却提示doesnt exist,
之后我到data目录下把相关的文件都删了,重新建该table却又显示table already exists,
真是灵异事件了。
解决方案
你的外键关系好像写错了吧
constraint userId_FK foreigin key(userId) references user(id)
解决方案二:
你的数据库类型是什么?Innodb 么
解决方案三:
你的数据库类型是什么?Innodb 么
时间: 2024-10-03 15:42:50