17

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.

Patrick Yoder
  • 1,065
  • 4
  • 14
  • 19
Asmoun
  • 1,417
  • 5
  • 20
  • 53

2 Answers2

41

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

nbk
  • 45,398
  • 8
  • 30
  • 47
1

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