debugsqlMinor
DBIO Error: Utility 'mysqldump.exe' not found in MySQL home 'MySQL Connector/Net'
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?
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
to
I had to copy mysqldump.exe from
C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump.exeto
C:\Program Files (x86)\MySQL\Connector NET 6.5.4\mysqldump.exeContext
StackExchange Database Administrators Q#141219, answer score: 3
Revisions (0)
No revisions yet.