MySQL官方安装方法(Linux Generic Binaries)
下载地址https://downloads.mysql.com/archives/community/
安装文档https://downloads.mysql.com/archives/community/
安装步骤
1.上传tar包
scp root@172.18.163.34:/home/mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz /home
2.用户组
groupadd mysql
useradd-r-g mysql -s /bin/false mysql
原创
2021-12-14 11:41:52 ·
1087 阅读 ·
0 评论