Last active
January 12, 2022 08:34
-
-
Save subdesign/a5308739b8134350680cb5a51af9cd35 to your computer and use it in GitHub Desktop.
Make latest HeidiSQL available on MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download and install Winebottler. https://winebottler.kronenberg.org/ | |
select Development version | |
it will install Wine, too. | |
!! Winebottler only works on Mojave or High Sierra !! | |
2. Install the downloaded dmg | |
3. Move Wine and Winebottler to the /Applications folder | |
4. start Winebottler, then go to Advanced tab | |
5. select the HeidiSQL installer at Program Installation file input field | |
6. You don't really need to change anything in other settings, the defaults are OK, only if you want | |
7. Press Install button at the bottom | |
8. Follow the "wizard", install HeidiSQL and it's dependencies, then it will create an .app file, which you have to move to the Applications folder | |
9. Start HeidiSQL from Launchpad |
Can you upload your app file
Appreciate your help
Thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I tried to follow this gist, but i got this error:
###BOTTLING### Create .app...
###BOTTLING### Enabling CoreAudio, Colors, Antialiasing and flat menus...
/Applications/WineBottler.app/Contents/Frameworks/WBottler.framework/Resources/bottler.sh: line 142: /Applications/Wine.app/Contents/Resources/bin/wine: Bad CPU type in executable
LOG ### Command '/Applications/Wine.app/Contents/Resources/bin/wine regedit /tmp/reg.reg' returned status 126.
###ERROR### Command '/Applications/Wine.app/Contents/Resources/bin/wine regedit /tmp/reg.reg' returned status 126.
Task returned with status 1.
I'm on M1 with big sur
Please help