MySQL8.0新特性
https://www.cnblogs.com/xyabk/p/10882913.html
安装:
1.下载安装包
mysql-server_8.0.19-1ubuntu18.04_amd64.deb-bundle.tar
tar -xvf mysql-server_8.0.19-1ubuntu18.04_amd64.deb-bundle.tar
2.安装libaio1
sudo apt-get install libaio1
- 预配置软件包
额,就是设置密码等等啦
sudo dpkg-preconfigure mysql-community-server_*.deb
- 安装
sudo dpkg -i mysql-{common,community-client-core,community-client,client,community-server-core,community-server,server}_*.debsudo apt-get -f install
以上是 MySQL8.0新特性 的全部内容, 来源链接: utcz.com/z/515786.html