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

  1. 预配置软件包

    额,就是设置密码等等啦

sudo dpkg-preconfigure mysql-community-server_*.deb

  1. 安装

sudo dpkg -i mysql-{common,community-client-core,community-client,client,community-server-core,community-server,server}_*.deb

sudo apt-get -f install

以上是 MySQL8.0新特性 的全部内容, 来源链接: utcz.com/z/515786.html

回到顶部