-
-
Notifications
You must be signed in to change notification settings - Fork 511
Description
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
- Export settings from Windows/
wine
instance - Import settings from Linux instance
- Select a connection
- Press the drop-down to select a driver
- The drop-down is empty.
ScreenShot
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?