您好,登錄后才能下訂單哦!
本文主要給大家簡單講講安裝及配置MySql數據庫步驟,相關專業術語大家可以上網查查或者找一些相關書籍補充一下,這里就不涉獵了,我們就直奔主題吧,希望安裝及配置MySql數據庫步驟這篇文章可以給大家帶來一些實際幫助。
CentOS 7.1 (64-bit system)
MySQL 5.6.24
參考:http://www.waylau.com/centos-7-installation-and-configuration/
yum search libaio # 檢索相關信息yum install libaio # 安裝依賴包
成功安裝,提示如下:
[root@bogon /]# yum install libaio已加載插件:fastestmirrorLoading mirror speeds from cached hostfile * base: mirrors.yun-idc.com * extras: mirrors.163.com * updates: mirrors.163.com軟件包 libaio-0.3.109-12.el7.x86_64 已安裝并且是最新版本 無須任何處理
yum list installed | grep mysql
如果有,就先全部卸載,命令如下:
yum -y remove mysql-libs.x86_64
若有多個依賴文件則依次卸載。當結果顯示為 Complete!即卸載完畢。
地址為 http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
執行
wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
如果提示-bash: wget: 未找到命令,請先執行 yum install wget 安裝 wget
添加 MySQL Yum Repository 到你的系統 repository 列表中,執行
yum localinstall mysql-community-release-el7-5.noarch.rpm
顯示
[root@bogon software]# yum localinstall mysql-community-release-el7-5.noarch.rpm 已加載插件:fastestmirror 正在檢查 mysql-community-release-el7-5.noarch.rpm: mysql-community-release-el7-5.noarch mysql-community-release-el7-5.noarch.rpm 將被安裝 正在解決依賴關系--> 正在檢查事務---> 軟件包 mysql-community-release.noarch.0.el7-5 將被 安裝--> 解決依賴關系完成依賴關系解決 ================================================================================ Package 架構 版本 源 大小 ================================================================================ 正在安裝: mysql-community-release noarch el7-5 /mysql-community-release-el7-5.noarch 4.3 k事務概要 ================================================================================ 安裝 1 軟件包 總計:4.3 k安裝大小:4.3 kIs this ok [y/d/N]
提示是否 OK ,輸入 y
Is this ok [y/d/N]: y Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction 正在安裝 : mysql-community-release-el7-5.noarch 1/1 驗證中 : mysql-community-release-el7-5.noarch 1/1已安裝: mysql-community-release.noarch 0:el7-5完畢!
提示“完成!”,則說明 源添加成功。
yum repolist enabled | grep "mysql.*-community.*"
可以看到下面內:
[root@bogon software]# yum repolist enabled | grep "mysql.*-community.*"mysql-connectors-community/x86_64 MySQL Connectors Community 1mysql-tools-community/x86_64 MySQL Tools Community 1mysql56-community/x86_64 MySQL 5.6 Community Server 13
查看 MySQL 版本,執行
yum repolist all | grep mysql
可以看到 5.5, 5.7 版本是默認禁用的,因為現在最新的穩定版是 5.6
[root@bogon software]# yum repolist all | grep mysqlmysql-connectors-community/x86_64 MySQL Connectors Community 啟用: 14mysql-connectors-community-source MySQL Connectors Community - Sourc 禁用 mysql-tools-community/x86_64 MySQL Tools Community 啟用: 17mysql-tools-community-source MySQL Tools Community - Source 禁用 mysql55-community/x86_64 MySQL 5.5 Community Server 禁用 mysql55-community-source MySQL 5.5 Community Server - Sourc 禁用 mysql56-community/x86_64 MySQL 5.6 Community Server 啟用: 139mysql56-community-source MySQL 5.6 Community Server - Sourc 禁用 mysql57-community-dmr/x86_64 MySQL 5.7 Community Server Develop 禁用 mysql57-community-dmr-source MySQL 5.7 Community Server Develop 禁用
可以通過類似下面的語句來啟動某些版本
yum-config-manager --disable mysql56-communityyum-config-manager --enable mysql57-community-dmr
或者通過修改 /etc/yum.repos.d/mysql-community.repo 文件
# Enable to use MySQL 5.6[mysql56-community]name=MySQL 5.6 Community Serverbaseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/7/$basearch/enabled=1gpgcheck=1gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
其中 enabled=0 是指禁用,enabled=1 指啟用。
注意: 任何時候,只能啟用一個版本。
執行
yum repolist enabled | grep mysql
查看當前的啟動的 MySQL 版本
[root@bogon software]# yum repolist enabled | grep mysqlmysql-connectors-community/x86_64 MySQL Connectors Community 14mysql-tools-community/x86_64 MySQL Tools Community 17mysql56-community/x86_64 MySQL 5.6 Community Server 139
本例,我們啟用的是 5.6 版本。
執行
yum install mysql-community-server
Yum 會自動處理 MySQL 與其他組件的依賴關系:
[root@bogon software]# yum install mysql-community-server已加載插件:fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.yun-idc.com * extras: mirrors.163.com * updates: mirrors.163.com 正在解決依賴關系--> 正在檢查事務---> 軟件包 mysql-community-server.x86_64.0.5.6.24-3.el7 將被 安裝--> 正在處理依賴關系 mysql-community-common(x86-64) = 5.6.24-3.el7,它被軟件包 m ysql-community-server-5.6.24-3.el7.x86_64 需要--> 正在處理依賴關系 mysql-community-client(x86-64) = 5.6.24-3.el7,它被軟件包 m ysql-community-server-5.6.24-3.el7.x86_64 需要--> 正在處理依賴關系 perl(warnings),它被軟件包 mysql-community-server-5.6.24-3. el7.x86_64 需要--> 正在處理依賴關系 perl(strict),它被軟件包 mysql-community-server-5.6.24-3.el 7.x86_64 需要--> 正在處理依賴關系 perl(if),它被軟件包 mysql-community-server-5.6.24-3.el7.x8 6_64 需要--> 正在處理依賴關系 perl(Sys::Hostname),它被軟件包 mysql-community-server-5.6. 24-3.el7.x86_64 需要--> 正在處理依賴關系 perl(POSIX),它被軟件包 mysql-community-server-5.6.24-3.el7 .x86_64 需要--> 正在處理依賴關系 perl(Getopt::Long),它被軟件包 mysql-community-server-5.6.2 4-3.el7.x86_64 需要--> 正在處理依賴關系 perl(File::Temp),它被軟件包 mysql-community-server-5.6.24- 3.el7.x86_64 需要--> 正在處理依賴關系 perl(File::Spec),它被軟件包 mysql-community-server-5.6.24- 3.el7.x86_64 需要--> 正在處理依賴關系 perl(File::Path),它被軟件包 mysql-community-server-5.6.24- 3.el7.x86_64 需要--> 正在處理依賴關系 perl(File::Copy),它被軟件包 mysql-community-server-5.6.24- 3.el7.x86_64 需要--> 正在處理依賴關系 perl(File::Basename),它被軟件包 mysql-community-server-5.6 .24-3.el7.x86_64 需要--> 正在處理依賴關系 perl(Fcntl),它被軟件包 mysql-community-server-5.6.24-3.el7 .x86_64 需要--> 正在處理依賴關系 perl(Data::Dumper),它被軟件包 mysql-community-server-5.6.2 4-3.el7.x86_64 需要--> 正在處理依賴關系 perl(DBI),它被軟件包 mysql-community-server-5.6.24-3.el7.x 86_64 需要--> 正在處理依賴關系 net-tools,它被軟件包 mysql-community-server-5.6.24-3.el7.x 86_64 需要--> 正在處理依賴關系 /usr/bin/perl,它被軟件包 mysql-community-server-5.6.24-3.e l7.x86_64 需要--> 正在檢查事務---> 軟件包 mysql-community-client.x86_64.0.5.6.24-3.el7 將被 安裝--> 正在處理依賴關系 mysql-community-libs(x86-64) = 5.6.24-3.el7,它被軟件包 mys ql-community-client-5.6.24-3.el7.x86_64 需要--> 正在處理依賴關系 perl(Exporter),它被軟件包 mysql-community-client-5.6.24-3. el7.x86_64 需要---> 軟件包 mysql-community-common.x86_64.0.5.6.24-3.el7 將被 安裝---> 軟件包 net-tools.x86_64.0.2.0-0.17.20131004git.el7 將被 安裝---> 軟件包 perl.x86_64.4.5.16.3-285.el7 將被 安裝--> 正在處理依賴關系 perl-libs = 4:5.16.3-285.el7,它被軟件包 4:perl-5.16.3-285. el7.x86_64 需要--> 正在處理依賴關系 perl(Socket) >= 1.3,它被軟件包 4:perl-5.16.3-285.el7.x86_6 4 需要--> 正在處理依賴關系 perl(Scalar::Util) >= 1.10,它被軟件包 4:perl-5.16.3-285.el 7.x86_64 需要--> 正在處理依賴關系 perl-macros,它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl-libs,它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl(threads::shared),它被軟件包 4:perl-5.16.3-285.el7.x86 _64 需要--> 正在處理依賴關系 perl(threads),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl(constant),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需 要--> 正在處理依賴關系 perl(Time::Local),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl(Time::HiRes),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl(Storable),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需 要--> 正在處理依賴關系 perl(Socket),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl(Scalar::Util),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 perl(Pod::Simple::XHTML),它被軟件包 4:perl-5.16.3-285.el7. x86_64 需要--> 正在處理依賴關系 perl(Pod::Simple::Search),它被軟件包 4:perl-5.16.3-285.el7 .x86_64 需要--> 正在處理依賴關系 perl(Filter::Util::Call),它被軟件包 4:perl-5.16.3-285.el7. x86_64 需要--> 正在處理依賴關系 perl(Carp),它被軟件包 4:perl-5.16.3-285.el7.x86_64 需要--> 正在處理依賴關系 libperl.so()(64bit),它被軟件包 4:perl-5.16.3-285.el7.x86_6 4 需要---> 軟件包 perl-DBI.x86_64.0.1.627-4.el7 將被 安裝--> 正在處理依賴關系 perl(RPC::PlServer) >= 0.2001,它被軟件包 perl-DBI-1.627-4. el7.x86_64 需要--> 正在處理依賴關系 perl(RPC::PlClient) >= 0.2000,它被軟件包 perl-DBI-1.627-4. el7.x86_64 需要---> 軟件包 perl-Data-Dumper.x86_64.0.2.145-3.el7 將被 安裝---> 軟件包 perl-File-Path.noarch.0.2.09-2.el7 將被 安裝---> 軟件包 perl-File-Temp.noarch.0.0.23.01-3.el7 將被 安裝---> 軟件包 perl-Getopt-Long.noarch.0.2.40-2.el7 將被 安裝--> 正在處理依賴關系 perl(Pod::Usage) >= 1.14,它被軟件包 perl-Getopt-Long-2.40- 2.el7.noarch 需要--> 正在處理依賴關系 perl(Text::ParseWords),它被軟件包 perl-Getopt-Long-2.40-2. el7.noarch 需要---> 軟件包 perl-PathTools.x86_64.0.3.40-5.el7 將被 安裝--> 正在檢查事務---> 軟件包 mariadb-libs.x86_64.1.5.5.41-2.el7_0 將被 取代---> 軟件包 mysql-community-libs.x86_64.0.5.6.24-3.el7 將被 舍棄---> 軟件包 perl-Carp.noarch.0.1.26-244.el7 將被 安裝---> 軟件包 perl-Exporter.noarch.0.5.68-3.el7 將被 安裝---> 軟件包 perl-Filter.x86_64.0.1.49-3.el7 將被 安裝---> 軟件包 perl-PlRPC.noarch.0.0.2020-14.el7 將被 安裝--> 正在處理依賴關系 perl(Net::Daemon) >= 0.13,它被軟件包 perl-PlRPC-0.2020-14. el7.noarch 需要--> 正在處理依賴關系 perl(Net::Daemon::Test),它被軟件包 perl-PlRPC-0.2020-14.el 7.noarch 需要--> 正在處理依賴關系 perl(Net::Daemon::Log),它被軟件包 perl-PlRPC-0.2020-14.el7 .noarch 需要--> 正在處理依賴關系 perl(Compress::Zlib),它被軟件包 perl-PlRPC-0.2020-14.el7.n oarch 需要---> 軟件包 perl-Pod-Simple.noarch.1.3.28-4.el7 將被 安裝--> 正在處理依賴關系 perl(Pod::Escapes) >= 1.04,它被軟件包 1:perl-Pod-Simple-3. 28-4.el7.noarch 需要--> 正在處理依賴關系 perl(Encode),它被軟件包 1:perl-Pod-Simple-3.28-4.el7.noarc h 需要---> 軟件包 perl-Pod-Usage.noarch.0.1.63-3.el7 將被 安裝--> 正在處理依賴關系 perl(Pod::Text) >= 3.15,它被軟件包 perl-Pod-Usage-1.63-3.e l7.noarch 需要--> 正在處理依賴關系 perl-Pod-Perldoc,它被軟件包 perl-Pod-Usage-1.63-3.el7.noar ch 需要---> 軟件包 perl-Scalar-List-Utils.x86_64.0.1.27-248.el7 將被 安裝---> 軟件包 perl-Socket.x86_64.0.2.010-3.el7 將被 安裝---> 軟件包 perl-Storable.x86_64.0.2.45-3.el7 將被 安裝---> 軟件包 perl-Text-ParseWords.noarch.0.3.29-4.el7 將被 安裝---> 軟件包 perl-Time-HiRes.x86_64.4.1.9725-3.el7 將被 安裝---> 軟件包 perl-Time-Local.noarch.0.1.2300-2.el7 將被 安裝---> 軟件包 perl-constant.noarch.0.1.27-2.el7 將被 安裝---> 軟件包 perl-libs.x86_64.4.5.16.3-285.el7 將被 安裝---> 軟件包 perl-macros.x86_64.4.5.16.3-285.el7 將被 安裝---> 軟件包 perl-threads.x86_64.0.1.87-4.el7 將被 安裝---> 軟件包 perl-threads-shared.x86_64.0.1.43-6.el7 將被 安裝--> 正在檢查事務---> 軟件包 perl-Encode.x86_64.0.2.51-7.el7 將被 安裝---> 軟件包 perl-IO-Compress.noarch.0.2.061-2.el7 將被 安裝--> 正在處理依賴關系 perl(Compress::Raw::Zlib) >= 2.061,它被軟件包 perl-IO-Comp ress-2.061-2.el7.noarch 需要--> 正在處理依賴關系 perl(Compress::Raw::Bzip2) >= 2.061,它被軟件包 perl-IO-Com press-2.061-2.el7.noarch 需要---> 軟件包 perl-Net-Daemon.noarch.0.0.48-5.el7 將被 安裝---> 軟件包 perl-Pod-Escapes.noarch.1.1.04-285.el7 將被 安裝---> 軟件包 perl-Pod-Perldoc.noarch.0.3.20-4.el7 將被 安裝--> 正在處理依賴關系 perl(parent),它被軟件包 perl-Pod-Perldoc-3.20-4.el7.noarch 需要--> 正在處理依賴關系 perl(HTTP::Tiny),它被軟件包 perl-Pod-Perldoc-3.20-4.el7.no arch 需要---> 軟件包 perl-podlators.noarch.0.2.5.1-3.el7 將被 安裝--> 正在檢查事務---> 軟件包 perl-Compress-Raw-Bzip2.x86_64.0.2.061-3.el7 將被 安裝---> 軟件包 perl-Compress-Raw-Zlib.x86_64.1.2.061-4.el7 將被 安裝---> 軟件包 perl-HTTP-Tiny.noarch.0.0.033-3.el7 將被 安裝---> 軟件包 perl-parent.noarch.1.0.225-244.el7 將被 安裝--> 解決依賴關系完成依賴關系解決 ================================================================================ Package 架構 版本 源 大小 ================================================================================ 正在安裝: mysql-community-libs x86_64 5.6.24-3.el7 mysql56-community 2.0 M 替換 mariadb-libs.x86_64 1:5.5.41-2.el7_0 mysql-community-server x86_64 5.6.24-3.el7 mysql56-community 58 M為依賴而安裝: mysql-community-client x86_64 5.6.24-3.el7 mysql56-community 19 M mysql-community-common x86_64 5.6.24-3.el7 mysql56-community 256 k net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k perl x86_64 4:5.16.3-285.el7 base 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k perl-DBI x86_64 1.627-4.el7 base 802 k perl-Data-Dumper x86_64 2.145-3.el7 base 47 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-2.el7 base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-IO-Compress noarch 2.061-2.el7 base 260 k perl-Net-Daemon noarch 0.48-5.el7 base 51 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-PlRPC noarch 0.2020-14.el7 base 36 k perl-Pod-Escapes noarch 1:1.04-285.el7 base 50 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-3.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-285.el7 base 687 k perl-macros x86_64 4:5.16.3-285.el7 base 42 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k事務概要 ================================================================================ 安裝 2 軟件包 (+37 依賴軟件包) 總下載量:92 MIs this ok [y/d/N]:
輸入 y 繼續下載相關文件;
--------------------------------------------------------------------------------總計 1.1 MB/s | 92 MB 01:24 從 file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql 檢索密鑰 導入 GPG key 0x5072E1F5: 用戶ID : "MySQL Release Engineering <mysql-build@oss.oracle.com>" 指紋 : a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5 軟件包 : mysql-community-release-el7-5.noarch (@/mysql-community-release-el7-5.noarch) 來自 : file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql 是否繼續?[y/N]:
遇到上述提示,輸入 y 繼續,執行完成會提示“完畢!”。此時MySQL 安裝完成,它包含了 mysql-community-server、mysql-community-client、mysql-community-common、mysql-community-libs 四個包。
執行
rpm -qi mysql-community-server.x86_64 0:5.6.24-3.el7
執行
whereis mysql
可以看到 MySQL 的安裝目錄是 /usr/bin/
[root@localhost ~]# whereis mysqlmysql: /usr/bin/mysql /usr/lib64/mysql /usr/share/mysql /usr/share/man/man1/mysql.1.gz
systemctl start mysqld
systemctl status mysqld
systemctl stop mysqld
mysql
可以進入 mysql 命令行界面
[root@bogon software]# mysqlWelcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2Server version: 5.6.24 MySQL Community Server (GPL) Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>
遠程訪問 MySQL, 需開放默認端口號 3306.
打開 iptables 的配置文件:
vi /etc/sysconfig/iptables
修改
*filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT
在里面加入這2行:
-A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 3306 -j ACCEPT -A RH-Firewall-1-INPUT -m state –state NEW -m udp -p udp –dport 3306 -j ACCEPT
改為
*filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT -A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 3306 -j ACCEPT -A RH-Firewall-1-INPUT -m state –state NEW -m udp -p udp –dport 3306 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT
如果該 iptables 配置文件 不存在,先執行 yum install iptables-services 安裝
執行 iptables 重啟生效
service iptables restart
執行
firewall-cmd --permanent --zone=public --add-port=3306/tcpfirewall-cmd --permanent --zone=public --add-port=3306/udp
這樣就開放了相應的端口。
執行
firewall-cmd --reload
使最新的防火墻設置規則生效。
云服務器啟動后,可以執行
mysql_secure_installation;
看到如下提示
[root@bogon software]# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!In order to log into MySQL to secure it, we'll need the current password for the root user. If you've just installed MySQL, andyou haven't set the root password yet, the password will be blank, so you should just press enter here. Enter current password for root (enter for none):
此時輸入 root 原始密碼(初始化安裝的話為空),接下來,為了安全,MySQL 會提示你重置 root 密碼,移除其他用戶賬號,禁用 root 遠程登錄,移除 test 數據庫,重新加載 privilege 表格等,你只需輸入 y 繼續執行即可。
OK, successfully used password, moving on... Setting the root password ensures that nobody can log into the MySQL root user without the proper authorisation.Set root password? [Y/n] yNew password: Re-enter new password:Password updated successfully! Reloading privilege tables.. ... Success!By default, a MySQL installation has an anonymous user, allowing anyoneto log into MySQL without having to have a user account created forthem. This is intended only for testing, and to make the installationgo a bit smoother. You should remove them before moving into a production environment. Remove anonymous users? [Y/n] y ... Success! Normally, root should only be allowed to connect from 'localhost'. This ensures that someone cannot guess at the root password from the network.Disallow root login remotely? [Y/n] y ... Success!By default, MySQL comes with a database named 'test' that anyone canaccess. This is also intended only for testing, and should be removedbefore moving into a production environment. Remove test database and access to it? [Y/n] y - Dropping test database...ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist ... Failed! Not critical, keep moving... - Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so farwill take effect immediately. Reload privilege tables now? [Y/n] y ... Success! All done! If you've completed all of the above steps, your MySQL installation should now be secure. Thanks for using MySQL! Cleaning up...
至此,整個 MySQL 安裝完成。
創建一個普通用戶 sa ,密碼是 some_pass
CREATE USER 'sa'@'%' IDENTIFIED BY 'some_pass';
給這個用戶授予 SELECT,INSERT,UPDATE,DELETE 的遠程訪問的權限,這個賬號一般用于提供給實施的系統訪問
GRANT SELECT,INSERT,UPDATE,DELETE ON *.* TO 'sa'@'%';
創建一個管理員用戶 admin 賬號 ,密碼是 some_pass
CREATE USER 'admin'@'%' IDENTIFIED BY 'some_pass';
給這個用戶授予所有的遠程訪問的權限。這個用戶主要用于管理整個數據庫、備份、還原等操作。
GRANT ALL ON *.* TO 'admin'@'%';
使授權立刻生效
flush privileges;
home 目錄下建立 data 目錄
mkdir /home/data
如果 MySQL 是啟動的,要先關閉
mysqladmin -u root -p shutdown
/var/lib/mysql 整個目錄移到 /home/data,執行
mv /var/lib/mysql /home/data
這樣就把 MySQL 的數據文件移動到了 /home/data/mysql 下
修改 /etc/my.cnf 文件,
[mysqld] datadir=/home/data/mysqlsocket=/home/data/mysql/mysql.sock[mysql] socket=/home/data/mysql/mysql.sock
修改權限
chown -R mysql:mysql /home/data/mysql
重啟后,如果不能啟動 MySQL 服務,執行
vi /etc/sysconfig/selinux
調整
SELINUX=permissive
保存設置,執行 reboot 重啟生效
查看 MySQL 服務是否開機啟動
[root@localhost ~]# systemctl is-enabled mysql.service;echo $?enabled0
如果是 enabled 則說明是開機自動,如果不是,執行
chkconfig --levels 235 mysqld on
一般的,為了支持中文,我們應該講字符集設為 UTF-8, 執行
SHOW VARIABLES LIKE 'character%';
查看當前 MySQL 字符集
mysql> SHOW VARIABLES LIKE 'character%'; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | utf8 | | character_set_connection | utf8 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | utf8 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.00 sec)
可以看到默認云服務器的字符器是 latin1 ,對中文不友好。
修改 /etc/my.cnf 文件,添加字符集的設置
[mysqld] character_set_server = utf8[mysql]default-character-set = utf8
重啟 MySQL ,可以看到字符集已經修改了
mysql> SHOW VARIABLES LIKE 'character%' -> ; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | utf8 | | character_set_connection | utf8 | | character_set_database | utf8 | | character_set_filesystem | binary | | character_set_results | utf8 | | character_set_server | utf8 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.00 sec)
調整 MySQL 運行參數,修改 /etc/my.cnf 文件,常用配置如下:
[mysqld] basedir = path # 使用給定目錄作為根目錄(安裝目錄)。 datadir = path # 從給定目錄讀取數據庫文件。 pid-file = filename # 為mysqld程序指定一個存放進程ID的文件(僅適用于UNIX/Linux系統);socket = /tmp/mysql.sock # 為MySQL客戶程序與服務器之間的本地通信指定一個套接字文件(Linux下默認是/var/lib/mysql/mysql.sock文件) port = 3306 # 指定MsSQL偵聽的端口 key_buffer = 384M # key_buffer是用于索引塊的緩沖區大小,增加它可得到更好處理的索引(對所有讀和多重寫)。 索引塊是緩沖的并且被所有的線程共享,key_buffer的大小視內存大小而定。 table_cache = 512 # 為所有線程打開表的數量。增加該值能增加mysqld要求的文件描述符的數量。可以避免頻繁的打開數據表產生的開銷 sort_buffer_size = 2M # 每個需要進行排序的線程分配該大小的一個緩沖區。增加這值加速ORDER BY或GROUP BY操作。 注意:該參數對應的分配內存是每連接獨占!如果有100個連接,那么實際分配的總共排序緩沖區大小為100×6=600MB read_buffer_size = 2M # 讀查詢操作所能使用的緩沖區大小。和sort_buffer_size一樣,該參數對應的分配內存也是每連接獨享。 query_cache_size = 32M # 指定MySQL查詢結果緩沖區的大小 read_rnd_buffer_size = 8M # 改參數在使用行指針排序之后,隨機讀用的。 myisam_sort_buffer_size =64M # MyISAM表發生變化時重新排序所需的緩沖 thread_concurrency = 8 # 最大并發線程數,取值為云服務器邏輯CPU數量×2,如果CPU支持H.T超線程,再×2 thread_cache = 8 # #緩存可重用的線程數 skip-locking # 避免MySQL的外部鎖定,減少出錯幾率增強穩定性。[mysqldump] max_allowed_packet =16M # 云服務器和客戶端之間最大能發送的可能信息包 [myisamchk] key_buffer = 256M sort_buffer = 256M read_buffer = 2M write_buffer = 2M
其他可選參數:
back_log = 384
指定MySQL可能的連接數量。 當MySQL主線程在很短時間內接收到非常多的連接請求,該參數生效,主線程花費很短時間檢查連接并且啟動一個新線程。 back_log參數的值指出在MySQL暫時停止響應新請求之前的短時間內多少個請求可以被存在堆棧中。 如果系統在一個短時間內有很多連接,則需要增大該參數的值,該參數值指定到來的TCP/IP連接的偵聽隊列的大小。 試圖設定back_log高于你的操作系統的限制將是無效的。默認值為50。對于Linux系統推薦設置為小于512的整數。
max_connections = n
MySQL云服務器同時處理的數據庫連接的最大數量(默認設置是100)。超過限制后會報 Too many connections 錯誤
key_buffer_size = n
用來存放索引區塊的RMA值(默認設置是8M),增加它可得到更好處理的索引(對所有讀和多重寫)
record_buffer:
每個進行一個順序掃描的線程為其掃描的每張表分配這個大小的一個緩沖區。 如果你做很多順序掃描,你可能想要增加該值。默認數值是131072(128K)
wait_timeout:
云服務器在關閉它之前在一個連接上等待行動的秒數。
interactive_timeout:
云服務器在關閉它前在一個交互連接上等待行動的秒數。 一個交互的客戶被定義為對 mysql_real_connect()使用 CLIENT_INTERACTIVE 選項的客戶。 默認數值是28800,可以把它改為3600。
skip-name-resolve
禁止MySQL對外部連接進行DNS解析,使用這一選項可以消除MySQL進行DNS解析的時間。 但需要注意,如果開啟該選項,則所有遠程主機連接授權都要使用IP地址方式,否則MySQL將無法正常處理連接請求!
log-slow-queries = slow.log
記錄慢查詢,然后對慢查詢一一優化
skip-innodb
skip-bdb
關閉不需要的表類型,如果你需要,就不要加上這個
mysqldump --socket=/home/data/mysql/mysql.sock --single-transaction=TRUE -u root -p emsc > emsc.sql
mysql --socket=/home/data/mysql/mysql.sock -u root -p emsc < emsc.sql
安裝及配置MySql數據庫步驟就先給大家講到這里,對于其它相關問題大家想要了解的可以持續關注我們的行業資訊。我們的板塊內容每天都會捕捉一些行業新聞及專業知識分享給大家的。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。