Home >Database >Mysql Tutorial >mysql workbench创建表碰到fetching back view definitions in f

mysql workbench创建表碰到fetching back view definitions in f

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 16:15:591928browse

mysql workbench创建表遇到fetching back view definitions in final form fetching back view definitions in final form . nothing to fetch 使用MySQL的workbench建模,然后同步数据库的时候,出现上面这个错误 查Google,有说外键索引有问题的,还有说其

mysql workbench创建表遇到fetching back view definitions in final form
fetching back view definitions in final form
. nothing to fetch
使用MySQL的workbench建模,然后同步数据库的时候,出现上面这个错误

查Google,有说外键索引有问题的,还有说其他可能的,但用workbench执行脚本的时候没有过多的详细信息
后来我把生成的SQL执行了一下,如下错误

can't create table 'XXXX' (errno 121)

再根据这个查找

原来是创建表的时候,使用约束语句
CONSTRAINT
在给表创建约束的时候,所有的表约束起名字都不能一样

这点感觉workbench本身还是有问题的
不起名字不能选择表(也许是bug),起名字了选择表,选择外键了之后可以再删除掉名字
mysql会自动给他起不会重复的名字


不过问题就是因为使用CONSTRAINT的时候,起名字不能重复
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn