'Error : dbeaver utility 'mysql.exe' not found in client home 'mysql binaries'

When I try to import an SQL file and execute it using dbeaver software, it prompts the following error: enter image description here
I have already installed XAMPP on PC.



Solution 1:[1]

You have here two possibilities.

First copy mysql.exe and mysqldump.exe into the dbeaver folder

or you change the Local Client the location in the c0onnection wizard

enter image description here

Solution 2:[2]

I changed Local Client to 5.27 and it worked for me.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 Pankaj Patil