日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > 数据库 >内容正文

数据库

mysql workbench 监控_mysql 使用workbench工具,表状态为read only的解决方法

發布時間:2024/9/19 数据库 33 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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的解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。