HiveBrain v1.2.0
Get Started
← Back to all entries
debugsqlMinor

DBIO Error: Utility 'mysqldump.exe' not found in MySQL home 'MySQL Connector/Net'

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
exeerrordbiomysqldumputilityfoundmysqlnethomenot

Problem

I am using dbeaver 3.6.10 and I would like to export my database (MySQL).

I select the database > right mouse click on it > tools > export database > next > start

I get the following error:


IO Error: Utility 'mysqldump.exe' not found in MySQL home 'MySQL Connector/Net'

I do know where mysqldump.exe is located on my machine.


C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump.exe

But I am new to dbeaver and I am not completely sure where I can set the mysqldump.exe value in dbeaver in order to be able to create db dumps.

Can you anyone please point me in the right direction?

Solution

I've figured it out. Export database is working now.

I had to copy mysqldump.exe from

C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump.exe

to

C:\Program Files (x86)\MySQL\Connector NET 6.5.4\mysqldump.exe

Context

StackExchange Database Administrators Q#141219, answer score: 3

Revisions (0)

No revisions yet.