'mysqldump.exe' not found in Dbeaver when exporting Mysql database

Asked

Viewed 999 times

-1

I use Dbeaver to manage my databases and need to export one of these databases, it happens that when trying to export this database, in tools/Dump Database, the following error is returned:

Error executing process
  Utility 'mysqldump.exe' not found in client home 'MySQL Binaries' (C:\Program Files\DBeaver\MySQL Binaries)

I’m looking for a solution but I haven’t found much.

1 answer

0


Dbeaver does not have the utility mysqldump.exe available. It depends on an installation of a local Mysql client (or Mariadb) on your operating system to gain access to this tool.

After installing the database on your machine, it is expected that Dbeaver will automatically find this utility dump. If not, just edit the connection configuration, enter the "Local Client" option and point to the database installation directory.

You can find more details and even other different ways to solve in this measure on Dbeaver’s Github.

  • 1

    I got Dherik , his answer solved my problem thank you very much !

Browser other questions tagged

You are not signed in. Login or sign up in order to post.