mysql workbench 监控_mysql 使用workbench工具,表状态为read only的解决方法
解決方法:
MySQL中數據庫表中如果沒有設置primary key,在workbench中,無法直接編輯數據,必須設置PK和NN。
拓展:
- PK: primary key (column is part of a pk) 主鍵
- NN: not null (column is nullable) 非空
- UQ: unique (column is part of a unique key) 唯一
- AI: auto increment (the column is auto incremented when rows are inserted) 自增
- BIN: binary (if dt is a blob or similar, this indicates that is binary data, rather than text) 二進制(比text更大的二進制數據)
- UN: unsigned (for integer types, see docs: “10.2. Numeric Types”) 整數
- ZF: zero fill (rather a display related flag, see docs: “10.2. Numeric Types”)值中最有意義的字節總為0,并且不保存。
總結
以上是生活随笔為你收集整理的mysql workbench 监控_mysql 使用workbench工具,表状态为read only的解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 五加皮酒的功效与作用、禁忌和食用方法
- 下一篇: hive mysql hdfs关系_Hi