Dbeaver: MySql export database error

Created on 19 May 2016  ·  3Comments  ·  Source: dbeaver/dbeaver

I want to export mysql database ,and right click database->menu->tools->export database
and pop a dialog with an error under title,还没有设置连接地址 ,
how can i setting this ,i have look up all options ,but can not find some thing to set!!

question

Most helpful comment

中文谁翻译的太烂了,其实提示是“Client home is not specified for connection”。导出mysql数据库时,dbeaver调用了外部mysqldump程序,所以需要指定mysqldump的路径,这个提示就是说没有指定mysqldump的路径。
解决方法:连接属性里面,用户名密码下面“Local Client”选择mysqldump的路径就行。选择”浏览“弹出的对话框中,神翻译“数据库地址”其实是指数据库客户端软件的路径,比如MySQL Workbench,或者Oracle Client的路径。

All 3 comments

Please check logs (https://github.com/serge-rider/dbeaver/wiki/Log-files).
If this error is there with stacktrace - please post it here.

中文谁翻译的太烂了,其实提示是“Client home is not specified for connection”。导出mysql数据库时,dbeaver调用了外部mysqldump程序,所以需要指定mysqldump的路径,这个提示就是说没有指定mysqldump的路径。
解决方法:连接属性里面,用户名密码下面“Local Client”选择mysqldump的路径就行。选择”浏览“弹出的对话框中,神翻译“数据库地址”其实是指数据库客户端软件的路径,比如MySQL Workbench,或者Oracle Client的路径。

I don't understand Chinese but I believe I understand the problem and the solution (thanks to google translate :)

Was this page helpful?
0 / 5 - 0 ratings