mysql workbench 经常假死
Tofloor
poster avatar
flyed
deepin
2018-02-03 23:40
Author
最近开始使用deepin os,不过最近遇到一个比较头疼的问题就是mysql workbench经常性假死,不知道哪位大神遇到过,给支支招.

一直转啊转就是不出结果
Reply Favorite View the author
All Replies
avatar
186******26
deepin
2018-02-04 01:07
#1
用dbeaver吧
Reply View the author
avatar
84******59@qq.com
deepin
2018-02-04 02:29
#2

一样的,放后台不超2分钟一定跟服务器断开,如果这时候继续操作,软件一定卡死,只能强退。所以我现在养成的习惯是,每次要操作就一次弄掉,然后从后台切回前台我就重新连接数据库。
Reply View the author
avatar
186******26
deepin
2018-02-05 04:01
#3
https://bbs.deepin.org/post/152867
一样的,放后台不超2分钟一定跟服务器断开,如果这时候继续操作,软件一定卡死,只能强退。所以我现在养 ...

这就不知道了,我这一般都不关机,一直开着都没事
Reply View the author
avatar
iminto
deepin
2018-02-05 04:32
#4
MySQL  workbench 是基于Python开发的,bug多,界面差,卡慢,无解。

但是又不得不用,我用sqlectron来辅助,之前用过dbvis,但是总是丢连接,会断开就没用了。navicat也只能凑合吧。

没有办法,sqlyog是神器,但没有Linux版本。
Reply View the author
avatar
DebuggerX
deepin
2018-02-05 04:37
#5
力荐heidisql
Reply View the author
avatar
yutent
deepin
2018-02-05 05:07
#6
It has been deleted!
avatar
84******59@qq.com
deepin
2018-02-05 16:55
#7
https://bbs.deepin.org/post/152867
远程是ssh连接的, 你设置一下ssh, 一般就不会那么快断开连接了。
workbench是出了名的 垃圾。 就别用了,  ...

求赐教具体操作,我在程序里面找了半天,说实话一直没看到相关设置项。。感谢。
Reply View the author
avatar
iminto
deepin
2018-02-05 18:02
#8
https://bbs.deepin.org/post/152867
求赐教具体操作,我在程序里面找了半天,说实话一直没看到相关设置项。。感谢。 ...

这个要设置远程MySQL服务器的/etc/ssh/sshd_conf配置文件,调大超时时间,如果你没有权限修改那就没办法了。
Reply View the author
avatar
153******66
deepin
2018-02-05 19:31
#9
https://bbs.deepin.org/post/152867
远程是ssh连接的, 你设置一下ssh, 一般就不会那么快断开连接了。
workbench是出了名的 垃圾。 就别用了,  ...

dbeaver 如何为不同的数据库设置不同的连接方法?
例如 有些db 需要用ssh tunnel方式连接? 我看dbeaver的设置的话. 只能设置全局的网络设置 ? 才能设置ssh tunnel了?
Reply View the author
avatar
yutent
deepin
2018-02-05 19:57
#10
It has been deleted!
avatar
yutent
deepin
2018-02-05 19:58
#11
It has been deleted!
avatar
153******66
deepin
2018-02-05 22:04
#12
https://bbs.deepin.org/post/152867
没看懂你的需求……
同一台机器上的mysql, 还能有些可以直连和一些需要ssh?
---------



大佬,求助, 哪里设置ssh连接属性?
Reply View the author
avatar
132******85
deepin
2018-02-05 23:25
#13
https://bbs.deepin.org/post/152867
大佬,求助, 哪里设置ssh连接属性?


应该可以看懂吧
Reply View the author
avatar
132******85
deepin
2018-02-05 23:27
#14
这 ... 有中文版?
Reply View the author
avatar
153******66
deepin
2018-02-06 17:59
#15

这个是必须要建立好一个连接对象 才可以设置这些的是吧. 我在新建connect的过程中 并没有这些设置.
Reply View the author
avatar
132******85
deepin
2018-02-06 21:45
#16

Reply View the author
avatar
jiancheng_wang
deepin
2018-06-27 07:41
#17
感觉是linux问题吧,window都好好的,在deepin上面,mysql workbench 或是sqlyog一会儿没用就假死,然后cpu暴涨
Reply View the author
avatar
inoubliab
deepin
2018-06-28 01:22
#18
本帖最后由 inoubliab 于 2018-6-27 17:24 编辑

mysql workbench本来就占用资源, windows上打开mysql workbench就要加载很久,占用的内存也很多。用naivcat吧,不过没linux版本,之前用过wine安装的naivcat,还算稳定,运行速度也比较快,不过非免费,破解有难度花时间
Reply View the author
avatar
Styxhelix
deepin
2018-06-28 01:34
#19
设置ssh_config的心跳时间,/etc/ssh/ssh_config末尾添加ServerAliveInterval 30和ServerAliveCountMax 999两行
Reply View the author