Relational database.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add mysql https://github.com/hyperpolymath/asdf-mysql-plugin.gitmysql:
# Show all installable versions
asdf list-all mysql
# Install specific version
asdf install mysql latest
# Set a version globally (in your ~/.tool-versions file)
asdf global mysql latest
# Now mysql commands are available
mysql --versionCheck asdf readme for more instructions.
# List installed versions
asdf list mysql
# Set local version for current directory
asdf local mysql <version>
# Uninstall a version
asdf uninstall mysql <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath