官网:asdf install mysql  https://github.com/iroddis/asdf-mysql

asdf plugin-add mysql
asdf list-all mysql
asdf install mysql [VERSION]
asdf global mysql [VERSION]
asdf install mysql 8.0.31

然后查看版本的时候出现了错误:

error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

解决: 参考:https://stackoverflow.com/questions/48674104/clang-error-while-loading-shared-libraries-libtinfo-so-5-cannot-open-shared-o

sudo apt install libncurses5