我正在尝试在 ubuntu 18.04 中安装 mariadb 版本 10.1.37,但我没有得到那个版本。
这是我尝试过的安装命令。
sudo apt-get update -y
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://ftp.utexas.edu/mariadb/repo/10.1/ubuntu xenial main'
sudo apt-get update -y
sudo apt-get install mariadb-server rsync -y