1.Workbench 不能批量删除及更新数据的问题:
因为是Workbench的默认的安全设置是不能批量更新表的
菜单:Edit,Preferences...,SQL Editor,把 Safe Updates(rejects UPDATEs and DELETEs with no restrictions)的勾去掉
2.大批量查询时,查询时间超时:Error Code: 2013. Lost connection to MySQL server during query;的解决办法:
Edit,Preferences ,SQL Editor,DBMS connection keep-alive interval (in seconds):600改为6000或更大;DBMS connection read time out (in seconds): 600 ;改为6000或更大;
3.workbench也有快捷键,安装目录下的data/main_menu.xml;可以修改默认快捷键;
4.和plsql一样也有提交和回滚按钮,只是默认不开启,到官网找了好久才找到线索开启了提交和回滚按钮;
连接一个官方网址:https://dev.mysql.com/doc/workbench/en/;可以查看官方文档。