- NAME="Linux Mint"
- VERSION="21.2 (Victoria)"
- ID=linuxmint
- ID_LIKE="ubuntu debian"
- PRETTY_NAME="Linux Mint 21.2"
- VERSION_ID="21.2"
- VERSION_CODENAME=victoria
- UBUNTU_CODENAME=jammy
WINE-VERSION: wine-8.0.2
HEIDI-VERSION: LATEST
WINE-VERSION: wine-8.0.2
HEIDI-VERSION: LATEST
You can update HeidiSQL to the latest build, which should silence that error dialog. By chance I worked on that error yesterday. But that won't bring you far - the dropdown with the provider names will be empty then. The cause of it are missing MDAC, which you need to install, probably per winetricks:
wget http://winetricks.org/winetricks
chmod +x winetricks
sh winetricks mdac28
sh winetricks native_mdac
That script may be outdated, better search for an up-to-date tutorial.
Please login to leave a reply, or register at first.