mysql 8 centos_CentOS8下安装mysql8
安裝Yum Repository
[root@localhost ~]# wget https://repo.mysql.com//mysql80-community-release-el8-1.noarch.rpm
使用rpm來(lái)安裝MySQL
[root@localhost ~]# rpm -ivh mysql80-community-release-el8-1.noarch.rpm
使用yum安裝mysql服務(wù)
[root@localhost ~]# yum install mysql-server
檢查是否已經(jīng)設(shè)置為開(kāi)機(jī)啟動(dòng)MySQL服務(wù)
[root@localhost ~]# systemctl list-unit-files|grep mysqld
mysqld.service disabled
mysqld@.service disabled
[root@localhost ~]# systemctl enable mysqld.service? ?#設(shè)置開(kāi)機(jī)啟動(dòng)
Created symlink /etc/systemd/system/multi-user.target.wants/mysqld.service → /usr/lib/systemd/system/mysqld.service.
[root@localhost ~]# systemctl list-unit-files|grep mysqld
mysqld.service enabled
mysqld@.service disabled
[root@localhost ~]# ps -ef|grep mysql # 查看是否啟動(dòng)MySQL服務(wù)
root 4311 32702 0 21:07 pts/4 00:00:00 grep --color=auto mysql
[root@localhost ~]# systemctl start mysqld.service #啟動(dòng)服務(wù)
總結(jié)
以上是生活随笔為你收集整理的mysql 8 centos_CentOS8下安装mysql8的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: mysql 源代码16384_MySQL
- 下一篇: mysql什么级别数据库_Mysql的四