中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么在Centos7中安裝 Mysql8

發布時間:2021-03-08 10:05:08 來源:億速云 閱讀:201 作者:Leah 欄目:系統運維

這篇文章給大家介紹怎么在Centos7中安裝 Mysql8,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

Mysql8新特性:

Mysql從5.x版本直接跳躍到8.x,我個人是這么看的:

MySQL 5.5 -> MySQL 5
MySQL 5.6 -> MySQL 6
MySQL 5.7 -> MySQL 7
MySQL 8.0 -> MySQL 8

當然也有可能是Mysql6、7內部難產了-_-,自從被Oracle收購后,活力依舊在,mysql8有以下新特性:

  • MySQL 文檔存儲

  • 默認 utf8mb4 編碼

  • JSON 增強

  • CTEs(譯者注:Common Table Expresssions 公共表格表達式)

  • 窗口函數

  • 降序索引

  • 更好的優化器消費模型

  • MySQL 服務器組件

  • GIS(譯者注:Geographic Information System 地理信息系統) 提升

  • InnoDB 引擎的 NO WAIT 和 SKIP \ LOCKED 選項

Centos7 Mysql8安裝步驟:

1、設置mysql源

首先,您需要在MySQL提供的系統中啟用MySQL yum存儲庫。 根據您的操作系統版本執行以下命令之一,這里我們選擇CentOS 7 / RHEL 7的源

?

1

2

3

4

5

6

7

8

9

10

11

12

13

14

###在CentOS 7 / RHEL 7系統上###

rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm

 

###在CentOS 7 / RHEL 6系統上###

rpm -Uvh https://repo.mysql.com/mysql80-community-release-el6-3.noarch.rpm

 

###在Fedora 30系統上###

rpm -Uvh https://repo.mysql.com/mysql80-community-release-fc30-1.noarch.rpm

 

###在Fedora 29系統上###

rpm -Uvh https://repo.mysql.com/mysql80-community-release-fc29-2.noarch.rpm

 

###在Fedora 28系統上###

rpm -Uvh https://repo.mysql.com/mysql80-community-release-fc28-2.noarch.rpm

2、安裝MySQL Community Server

MySQL yum存儲庫包含用于多個MySQL版本的多個存儲庫配置。 因此,首先禁用mysql repo文件中的所有存儲庫

?

1

sed -i 's/enabled=1/enabled=0/' /etc/yum.repos.d/mysql-community.repo

啟用centos mysql8版本

?

1

2

3

4

## CentOS & RedHat 版本

yum --enablerepo=mysql80-community install mysql-community-server

## Fedora Systems 版本

dnf --enablerepo=mysql80-community install mysql-community-server

3、啟動MySQL服務

?

1

service mysqld start

使用Systemd

?

1

systemctl start mysqld.service

4、查找MySQL root密碼

安裝MySQL 8.0后,將為MySQL根用戶創建一個臨時密碼。 您可以在日志文件中找到生成的臨時密碼。密碼文件位置:/var/log/mysqld.log

?

1

grep "A temporary password" /var/log/mysqld.log

5、重置root密碼

首次安裝MySQL后,執行mysql_secure_installation命令以保護MySQL服務器,包含重置密碼步驟

?

1

mysql_secure_installation

?

1

2

3

4

5

6

7

8

9

10

11

12

13

14

Enter password for user root:

 

The existing password for the user account root has expired. Please set a new password.

 

New password:

Re-enter new password:

 

Remove anonymous users? (Press y|Y for Yes, any other key for No) : y

 

Disallow root login remotely? (Press y|Y for Yes, any other key for No) : y

 

Remove test database and access to it? (Press y|Y for Yes, any other key for No) : y

 

Reload privilege tables now? (Press y|Y for Yes, any other key for No) : y

6、mysql 服務加入開機啟動項,并啟動mysql進程

?

1

2

3

### Using Systemd

systemctl enable mysqld.service

systemctl restart mysqld.service

7、開放3306端口

如果服務器開啟了防火墻,記得開啟3306端口

?

1

2

3

4

5

6

7

8

systemctl enable iptables

systemctl start iptables

vim /etc/sysconfig/iptables

##規則中加入

-A INPUT -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT

##重啟防火墻

systemctl enable iptables.service

systemctl start iptables.service

如果使用的騰訊云的服務器,一定記得開啟安全組里的端口

附mysql常用命令:

登錄mysql

?

1

mysql -u username -p

啟動mysql

?

1

systemctl start mysqld.service

結束mysql

?

1

systemctl stop mysqld.service

重啟mysql

?

1

systemctl restart mysqld.service

開機自啟

?

1

systemctl enable mysqld.service

關于怎么在Centos7中安裝 Mysql8就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

原文鏈接:https://cloud.tencent.com/developer/article/1649952

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

永顺县| 广西| 文水县| 嘉善县| 涡阳县| 渑池县| 都安| 嵊泗县| 阿合奇县| 南宁市| 桐柏县| 布尔津县| 右玉县| 广元市| 达拉特旗| 英德市| 天柱县| 托克逊县| 大名县| 霍邱县| 双辽市| 长岭县| 清远市| 邵东县| 浏阳市| 来安县| 青浦区| 永吉县| 北票市| 和顺县| 沾益县| 松滋市| 吴江市| 临夏市| 兰考县| 西盟| 图木舒克市| 云浮市| 晋中市| 临颍县| 务川|