Closed execb5 closed 3 years ago
bump (same result)
@execb5 I have created PR #9 to address this issue. Please feel free to source from my fork until such time as the PR is completed.
Merged #9 , thanks for the PR.
For me it's still not working. I'm getting the same behavior. I even went to the plugin installation folder the check if my plugin was updated correctly and it is.
@iroddis I can confirm that it is not working on macOS 11.2.3:
❯ asdf install mysql 5.7.34
-----------------------------------------------------------------------------
Welcome to the University of Kent's UK Mirror Service.
More information can be found at our web site: https://www.mirrorservice.org/
Please send comments or questions to help@mirrorservice.org.
-----------------------------------------------------------------------------
receiving file list ... done
sent 39 bytes received 17 bytes 12.44 bytes/sec
total size is 0 speedup is 0.00
Seems they don't have macos binary for 5.6, 5.7 and 6... https://www.mirrorservice.org/sites/ftp.mysql.com/Downloads
Update: They have a binary for 5.7.31, and asdf install mysql 5.7.31
works for me
Stack Exchange: What happened to MySQL 6 & 7?
Additionally, you can see in the official MySQL archives that the 5.6 version never had a MacOS X binary: https://downloads.mysql.com/archives/community/
Edit: Homebrew is able to download MySQL@5.6 directly from dev.mysql.com in an uncompiled form, and subsequently compiles it. In a future fork, I will attempt to replicate this behavior for ASDF.
Hello!
I'm trying to simply install mysql using asdf and it doesn't work. I get logs below and that's it.
asdf list mysql
returns nothing after that.I'm on mac os big sur, I tried to install both 5.6.51 and 8.0.24 with no results.
Does anyone can help me figure out what could be wrong?
Thanks!