I just started designing a database in MySQLWorkbench 6.0
. I created a few tables but now when I click the "Add table" button it shows a message: "Index out of range"
and the program crashes.
我刚开始在MySQLWorkbench 6.0中设计数据库。我创建了一些表,但现在当我单击“添加表”按钮时,它会显示一条消息:“索引超出范围”并且程序崩溃。
Any idea what is wrong or what could I have done to get this error ?
知道什么是错的或者我可以做些什么来得到这个错误?
None of the tables have any values, they just have the fields and field type, with their primary keys and foreign keys (something tells me it's something I did when connecting tables via the foreign keys, I'm new to this software).
没有任何表有任何值,他们只有字段和字段类型,他们的主键和外键(有些东西告诉我这是我通过外键连接表时所做的事情,我是这个软件的新手)。
Any help appreciated!
任何帮助赞赏!
3 个解决方案
#1
3
Have you tried restarting MySQL Workbench? I haven't heard of such a problem before, but maybe steps you did in a certain order caused this exception.
你试过重启MySQL Workbench吗?我以前没有听说过这样的问题,但是你按照某个顺序做的步骤可能导致了这个例外。
In any case you should file a bug report for it at http://bugs.mysql.com to get this fixed. Only via such a report developers can take notice.
在任何情况下,您都应该在http://bugs.mysql.com上为它提交错误报告以解决此问题。只有通过这样的报告,开发人员才能注意到。
#2
7
I just ran into this, Some of the fields in my CSV contained " and ' characters. Removing those fixed it.
我刚碰到这个,我的CSV中的一些字段包含“和'字符。删除那些固定它。
#3
-1
MySQL workbench 6.3 I had to put all of my column values in "". After I could import data. Hope help!
MySQL workbench 6.3我必须将所有列值都放在“”中。我可以导入数据后。希望有帮助!
#1
3
Have you tried restarting MySQL Workbench? I haven't heard of such a problem before, but maybe steps you did in a certain order caused this exception.
你试过重启MySQL Workbench吗?我以前没有听说过这样的问题,但是你按照某个顺序做的步骤可能导致了这个例外。
In any case you should file a bug report for it at http://bugs.mysql.com to get this fixed. Only via such a report developers can take notice.
在任何情况下,您都应该在http://bugs.mysql.com上为它提交错误报告以解决此问题。只有通过这样的报告,开发人员才能注意到。
#2
7
I just ran into this, Some of the fields in my CSV contained " and ' characters. Removing those fixed it.
我刚碰到这个,我的CSV中的一些字段包含“和'字符。删除那些固定它。
#3
-1
MySQL workbench 6.3 I had to put all of my column values in "". After I could import data. Hope help!
MySQL workbench 6.3我必须将所有列值都放在“”中。我可以导入数据后。希望有帮助!