type
status
date
slug
summary
tags
category
icon
password

1. repo mysql 引入以及升级

2. resource 查看

 

3. 安装mysql8

 

4. 设置密码

notion image
必须先修改‘root’@’localhost’
notion image
此时需要修改配置文件,更改绑定的IP host。
For a busy MySQL 8 server, you need to set up max open file settings using systemd(压力大的MySQL服务上)

方式1

方式2

修改完之后,systemctl daemon-reload && systemctl restart mysql