4

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'

enter image description here

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?

McNets
  • 23,979
  • 11
  • 51
  • 89
BustedSanta
  • 193
  • 1
  • 2
  • 7

2 Answers2

4

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

Marcello Miorelli
  • 17,274
  • 53
  • 180
  • 320
BustedSanta
  • 193
  • 1
  • 2
  • 7
2

Edit the connection and be sure to select the version of mysql installed on your PC in the "Local Client" section