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

溫馨提示×

溫馨提示×

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

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

centos7怎么安裝percona Server服務器

發布時間:2021-08-13 20:48:27 來源:億速云 閱讀:132 作者:chen 欄目:系統運維

這篇文章主要講解了“centos7怎么安裝percona  Server服務器”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“centos7怎么安裝percona  Server服務器”吧!

Percona Server簡介

Percona ServerMySQL的改進版本,使用 XtraDB 存儲引擎,在功能和性能上較 MySQL 有著很顯著的提升,如提升了在高負載情況下的 InnoDB 的性能,為 DBA 提供了一些非常有用的性能診斷工具,另外有更多的參數和命令來控制服務器行為。

Percona Server安裝

平臺說明:

centos 7 ,Percona Server 5.6

執行用戶 root , 安裝使用用戶 centralight

1.更新yum

yum install http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm

2.安裝

yum install Percona-Server-client-56 Percona-Server-server-56

安裝如果有沖突,之前已經安裝過mysql,則需要卸載

rpm -qa | grep mysql
rpm -qa | grep mariadb
rpm -e [軟件標識]

3.非多實例配置及啟動

默認配置文件路徑 /etc/my.cnf

初始化 

mysql_install_db --user=centralight --datadir=/cl/data/mysql/percona3311 

啟動 

mysqld_safe --user=centralight --datadir=/cl/data/mysql --defaults-file=/cl/dist/conf/mysql/my.cnf

4.多實例配置及啟動

chown -R centralight /cl/data/mysql/percona3311 

mysql_install_db --datadir=/cl/data/mysql/percona3311 --user=centralight

所有配置文件目錄

默認配置文件路徑 /etc/my.cnf,修改成如下

[client] 

user = root 

password = 123 

# Here follows entries for some specific programs 

[mysqld_multi] 

mysqld = /usr/bin/mysqld_safe 

mysqladmin = /usr/bin/mysqladmin 

[mysqld3311] 

socket = /var/lib/mysql/mysql3311.sock 

port = 3311 

datadir = /cl/data/mysql/percona3311 

pid-file = /var/lib/mysql/hostname.pid3311 

user = centralight 

skip-external-locking 

key_buffer_size = 16M 

max_allowed_packet = 1M 

table_open_cache = 64 

sort_buffer_size = 512K

啟動

mysqld_multi --defaults-file=/etc/my.cnf --log=/cl/log/mysql/mysql.log start 3311

報告狀態

mysqld_multi --defaults-file=/etc/my.cnf report 3311

5.登陸數據庫修改用戶及權限,并能遠程連接

mysql -uroot -p -h227.0.0.1 -P3311 

mysql> use mysql; 

mysql> update user set host='%’ where host = ‘localhost’ and user=‘root’ 

mysql> flush privileges;

設置密碼

mysql> UPDATE user SET Password=password("123") WHERE user='root' and host='%’; 

mysql> flush privileges;

如果不能遠程連接,請關閉防火墻嘗試

CentOS 7.0默認使用的是firewall作為防火墻

systemctl stop firewalld.service 

systemctl disable firewalld.service

感謝各位的閱讀,以上就是“centos7怎么安裝percona  Server服務器”的內容了,經過本文的學習后,相信大家對centos7怎么安裝percona  Server服務器這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

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

AI

繁昌县| 孟村| 怀集县| 揭阳市| 屏东市| 西华县| 邵阳县| 岑溪市| 浦江县| 泰顺县| 阳原县| 沙田区| 磴口县| 永安市| 彰化县| 泰顺县| 射阳县| 镇赉县| 大冶市| 雷州市| 安阳县| 建德市| 依安县| 武山县| 拜城县| 湘乡市| 集贤县| 莎车县| 开平市| 耿马| 天峨县| 镇赉县| 满洲里市| 塔城市| 南城县| 五台县| 永州市| 绥江县| 六安市| 资兴市| 平昌县|