五月综合激情婷婷六月,日韩欧美国产一区不卡,他扒开我内裤强吻我下面视频 ,无套内射无矿码免费看黄,天天躁,日日躁,狠狠躁

新聞動態(tài)

Centos7 安裝 Mysql8教程

發(fā)布日期:2022-01-29 16:03 | 文章來源:源碼中國

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內(nèi)部難產(chǎn)了-_-,自從被Oracle收購后,活力依舊在,mysql8有以下新特性:

  • MySQL 文檔存儲
  • 默認 utf8mb4 編碼
  • JSON 增強
  • CTEs(譯者注:Common Table Expresssions 公共表格表達式)
  • 窗口函數(shù)
  • 降序索引
  • 更好的優(yōu)化器消費模型
  • MySQL 服務(wù)器組件
  • GIS(譯者注:Geographic Information System 地理信息系統(tǒng)) 提升
  • InnoDB 引擎的 NO WAIT 和 SKIP \ LOCKED 選項

Centos7 Mysql8安裝步驟:

1、設(shè)置mysql源

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

###在CentOS 7 / RHEL 7系統(tǒng)上### 
rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm
###在CentOS 7 / RHEL 6系統(tǒng)上### 
rpm -Uvh https://repo.mysql.com/mysql80-community-release-el6-3.noarch.rpm
###在Fedora 30系統(tǒng)上### 
rpm -Uvh https://repo.mysql.com/mysql80-community-release-fc30-1.noarch.rpm
###在Fedora 29系統(tǒng)上### 
rpm -Uvh https://repo.mysql.com/mysql80-community-release-fc29-2.noarch.rpm
###在Fedora 28系統(tǒng)上### 
rpm -Uvh https://repo.mysql.com/mysql80-community-release-fc28-2.noarch.rpm

2、安裝MySQL Community Server

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

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

啟用centos mysql8版本

## CentOS & RedHat 版本
yum --enablerepo=mysql80-community install mysql-community-server
## Fedora Systems 版本
dnf --enablerepo=mysql80-community install mysql-community-server

3、啟動MySQL服務(wù)

service mysqld start

使用Systemd

systemctl start mysqld.service

4、查找MySQL root密碼

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

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

5、重置root密碼

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

mysql_secure_installation
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 服務(wù)加入開機啟動項,并啟動mysql進程

### Using Systemd
systemctl enable mysqld.service
systemctl restart mysqld.service

7、開放3306端口

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

systemctl enable iptables
systemctl start iptables
vim /etc/sysconfig/iptables
##規(guī)則中加入
-A INPUT -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT
##重啟防火墻
systemctl enable iptables.service
systemctl start iptables.service

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

附mysql常用命令:

登錄mysql

mysql -u username -p

啟動mysql

systemctl start mysqld.service

結(jié)束mysql

systemctl stop mysqld.service

重啟mysql

systemctl restart mysqld.service

開機自啟

systemctl enable mysqld.service

以上就是Centos7 安裝 Mysql8教程的詳細內(nèi)容,更多關(guān)于Centos7 安裝 Mysql8的資料請關(guān)注本站其它相關(guān)文章!

國外服務(wù)器租用

版權(quán)聲明:本站文章來源標注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請保持原文完整并注明來源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非maisonbaluchon.cn所屬的服務(wù)器上建立鏡像,否則將依法追究法律責任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學習參考,不代表本站立場,如有內(nèi)容涉嫌侵權(quán),請聯(lián)系alex-e#qq.com處理。

實時開通

自選配置、實時開通

免備案

全球線路精選!

全天候客戶服務(wù)

7x24全年不間斷在線

專屬顧問服務(wù)

1對1客戶咨詢顧問

在線
客服

在線客服:7*24小時在線

客服
熱線

400-630-3752
7*24小時客服服務(wù)熱線

關(guān)注
微信

關(guān)注官方微信
頂部