MySQL Workbench 6.1 - No option to insert rows?

…衆ロ難τιáo~ 提交于 2019-12-11 03:04:57

问题


Version 5.2 of MySQL Workbench has an option to add rows to a table graphically, right clicking the table name from the list of tables. This option is really lacking in MySQL Workbench 6.1 or is it hidden?

On an Ubuntu 13.10.

MySQL Workbench 6.1


回答1:


I'm usually looking at the contents of a table before I add a row to it, and there's always an empty row at the bottom of the result set (the whole row is nullified) which you can click on and add content to. Then just hit "Apply".




回答2:


It should be a bug. It says that the Table is read only, because it don't have a primary key, but the table has it.

Table has readonly flag and it's tooltip says that "The table has no unique row identifier (primary key or a NOT NULL unique index)"


But table has primary key:


This is version 5.2.47... i uninstalled the new, because I think it is a bug.




回答3:


The version in the the Ubuntu 14.04 repositories seems to be working and is the new version of the program.



来源:https://stackoverflow.com/questions/22991452/mysql-workbench-6-1-no-option-to-insert-rows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!