MySQLWorkbench操作详解(史上最细)Mysql Work Space
1. PK:primary key (列是主键的⼀部分) 主键
2. NN : not null (列可为空) 是否为空
3. UQ : 外键
4. AI : ⾃动增加
5. BIN : ⼆进制(if dt is a blob or similar, this indicates that is binary data, rather than text)
6. UN : ⽆符号
7. ZF : 补零
各种图标的含义
注意:上述英⽂对应所点按钮之英语汉字为翻译内容本⽂不⼀⼀赘述了
Execute the selected portion of the script or everything, if there is no selectionmysql查看所有存储过程
如果没有选择 那么就执⾏脚本的锁定或者所有的内容
Execute the statement under the keyboard cursor
在键盘光标下执⾏的语句
Execute the EXPLAIN command on the statement under the cursor
tcpip协议图解pdf对游标下的语句执EXPLAIN
Stop the query being executed ( the connection to the DB server will not be restarted and any open transactions will remain open 停⽌正在执⾏的查询(与DB服务器的连接不会重新启动,任何打开的事务都将保持打开状态)
Toggle whether execution of SQL script should continue after failed statements
切换语句失败之后 是否应该继续执⾏SQL脚本
Commit the current transactionNOTE : all query tabs in the same connection share the same transac
颜名称的文艺叫法tion . To have independent transactions , you must open a new connection .
提交当前事务注意:同⼀连接中的所有查询选项卡共享同⼀事务。要拥有独⽴的事务,必须打开⼀个新连接。nodevideo安卓下载最新版
回滚中的当前事务选项卡
Toggle autocommit mode . When enabled , each statement will be committed immediatelyNOTE : all query tabs in the same connection share the same transaction To have independent transactions , you must open a new connection .
切换⾃动提交模式。启⽤后,将⽴即提交每条语句注意:同⼀连接中的所有查询选项卡共享同⼀事务要拥有独⽴事务,必须打开新连接。
将当前语句或所选内容保存到代码段列表。
美化/重新格式化SQL脚本
切换长⾏的换⾏(对于⼤⽂件,请禁⽤此选项)
编辑框
重置所有排序的列
刷新数据重新执⾏原始查询
切换单元格内容的换⾏部署图的节点具有哪些方面的内容
结果⽹格
电⼦编辑
much dialogue
字段类型
查询状态
执⾏计划
TIPS:
查看数据表
在查看数据表的对话框中,Info 标签显⽰了该数据表的表名、存储引擎、列数、表空间⼤⼩、创建时间、更新时间、字符集校对规则等信息,如下图所⽰。
在 Columns 标签显⽰了该表数据列的信息,包括列名、数据类型、默认值、⾮空标识、字符集、校对
规则和使⽤权限等信息,如下图所⽰。
修改数据表
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论