Skip to content

Add hint to install missing driver when library drop-down is empty #2202

@gcarreno

Description

@gcarreno

Description

I've imported the settings that I exported from my wine install.
Everything looks proper, apart from the field that should contain the .so file.
I'm not sure why, but all my connections are missing them, but more concerning, the drop-down is actually empty, so I can't even correct that after importing the settings

This also leads to the fact that if you click on the Open button, the dialog that tells you that the file is missing, shows up. I'm guessing this is because of the empty driver/.so file.

HeidiSQL version

12.11.1.167

Database server version

At least MySQL/MariaDB

Reproduction recipe

Forgot to mention: System is Ubuntu 25.04 64b with GNOME

  1. Export settings from Windows/wine instance
  2. Import settings from Linux instance
  3. Select a connection
  4. Press the drop-down to select a driver
  5. The drop-down is empty.

ScreenShot

Image

Misc

Since I found the settings.json file, here's what it lists for the Library:

{
  "Servers" : {
    "Cake CMS" : {
      "Library" : "libmariadb.dll"
    }
  }
}

Dumb question: Should not this field be automatically changed to the proper Linux equivalent, upon import?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhances an existing featurelinux-nativeAffects Linux version (not Wine)

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions