20221221
https://blog.youkuaiyun.com/weixin_44174583/article/details/122979426
dbeaver注释乱码
https://blog.youkuaiyun.com/AFiveStudy/article/details/126097404
修改默认路径
20221117
https://blog.youkuaiyun.com/qq_41521682/article/details/122705915
dbeaver自动保存和其他设置
20220707
复制高级信息,可以把所有信息都复制出来
20220415
最好用下面的断开连接才有实质效果
20220114
ctrl+ ‘+’ 字符放大快捷键
ctrl+ ‘-’ 字符减小快捷键
20220111
C:\Users\hz\AppData\Roaming\DBeaverData\workspace6\General\Scripts
dbeaver默认保存位置
默认保存位置
20211129
这里看具体的连接工具
20211101
连接配置文件地址
C:\Users\hz\AppData\Roaming\DBeaverData
workspace6是连接配置
驱动搞砸了有个重置为默认状态
20211008
看不到搜索词
拉大一点
窗口恢复默认布局
20210823
trino也可以连接hive
用7.2.4版本就可以选了
https://bbs.elecfans.com/jishu_2005225_1_1.html
注释中文乱码
字体大小
在结果中筛选
连接hive
20210820
Mysql错误:The server time zone value is unrecognized or represents more than one time zone
https://blog.youkuaiyun.com/zjccsg/article/details/69254134
https://blog.youkuaiyun.com/hy_coming/article/details/104128024 重点修改my.ini
https://blog.youkuaiyun.com/sxeric/article/details/113832302
通过prestosql 连接处理hive
不要选这个
用这个连接处理hive
https://blog.youkuaiyun.com/zjttlance/article/details/83542933
应该也可以用其他工具处理hive
Can’t create driver instance Error creating driver ‘Hadoop / Apache Hive’ instance. Most likely required jar files are missing. You should configure jars in driver settings. Reason: can’t load driver class ‘org.apache.hive.jdbc.HiveDriver’ Error crea
重新在驱动设置里面下载jar包驱动就行了
ctrl + enter 执行sql
ctrl + \ 执行sql,保留之前窗口结果
ctrl + alt + ↑ 向上复制一行
ctrl + alt + ↓ 向下复制一行
ctrl + shift + F 对sql语句进行格式化,对于很长的sql语句很有用
ctrl + d 删除当前行
alt + ↑ 向上选定一条sql语句
alt + ↓ 向下选定一条sql语句
ctrl + / 行注释
ctrl + shift+ / 块注释
ctrl + f 查找、替换
ctrl + space sql提示(如果写了from table后也会自动提示field)
ctrl + shift + E 执行计划
ctrl + shift + U 将选定的sql转换成大写字母
ctrl + shift + L 将选定的sql转换成小写字母