Percona-Server-5.5.33-31.1安裝

来源:http://www.cnblogs.com/songdeyouxiang/archive/2016/06/17/5595311.html
-Advertisement-
Play Games

一、下載 http://www.percona.com/downloads/Percona-Server-5.5/ Percona-Server-5.5.33-31.1 選擇 binary 選擇linux 選擇x86_64 二、文檔: http://www.percona.com/doc/perco ...


一、下載

                       

 

http://www.percona.com/downloads/Percona-Server-5.5/

Percona-Server-5.5.33-31.1

 

 

選擇 binary

 

 

選擇linux

選擇x86_64

 

 

二、文檔:

http://www.percona.com/doc/percona-server/5.5/

http://dev.mysql.com/doc/refman/5.5/en/binary-installation.html  --主要參考這篇文檔

 

 

 

 

 

 

 

 

 

 

三、安裝

[root@tthost3 ~]# mv Percona-Server-5.5.33-rel31.1-566.Linux.x86_64.tar.gz  /usr/local/

安裝要放的真是路徑

[root@tthost3 ~]# groupadd mysql

[root@tthost3 ~]# useradd –r –g mysql mysql

[root@tthost3 ~]# mv Percona-Server-5.5.33-rel31.1-566.Linux.x86_64.tar.gz  /usr/local/

[root@tthost3 ~]# cd /usr/local

[root@tthost3 ~]# tar zxvf Percona-Server-5.5.33-rel31.1-566.Linux.x86_64.tar.gz

[root@tthost3 local]# ll

total 63104

drwxr-xr-x  2 root root     4096 Apr  5 01:34 bin

drwxr-xr-x  2 root root     4096 Oct  1  2009 etc

drwxr-xr-x  2 root root     4096 Oct  1  2009 games

drwxr-xr-x  2 root root     4096 Oct  1  2009 include

drwxr-xr-x  2 root root     4096 Oct  1  2009 lib

drwxr-xr-x  2 root root     4096 Oct  1  2009 lib64

drwxr-xr-x  2 root root     4096 Oct  1  2009 libexec

drwxr-xr-x 14 root root     4096 Aug 27  2013 Percona-Server-5.5.33-rel31.1-566.Linux.x86_64

-rw-r--r--  1 root root 64459501 Jun 30 12:44 Percona-Server-5.5.33-rel31.1-566.Linux.x86_64.tar.gz

drwxr-xr-x  2 root root     4096 Oct  1  2009 sbin

drwxr-xr-x  4 root root     4096 Apr  4 23:39 share

drwxr-xr-x  2 root root     4096 Oct  1  2009 src

 

[root@tthost3 local]# ln -s /usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64 mysql

[root@tthost3 local]# ll

total 63104

drwxr-xr-x  2 root root     4096 Apr  5 01:34 bin

drwxr-xr-x  2 root root     4096 Oct  1  2009 etc

drwxr-xr-x  2 root root     4096 Oct  1  2009 games

drwxr-xr-x  2 root root     4096 Oct  1  2009 include

drwxr-xr-x  2 root root     4096 Oct  1  2009 lib

drwxr-xr-x  2 root root     4096 Oct  1  2009 lib64

drwxr-xr-x  2 root root     4096 Oct  1  2009 libexec

lrwxrwxrwx  1 root root       57 Jun 30 12:55 mysql -> /usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64

drwxr-xr-x 14 root root     4096 Aug 27  2013 Percona-Server-5.5.33-rel31.1-566.Linux.x86_64

-rw-r--r--  1 root root 64459501 Jun 30 12:44 Percona-Server-5.5.33-rel31.1-566.Linux.x86_64.tar.gz

drwxr-xr-x  2 root root     4096 Oct  1  2009 sbin

drwxr-xr-x  4 root root     4096 Apr  4 23:39 share

drwxr-xr-x  2 root root     4096 Oct  1  2009 src

[root@tthost3 local]# cd mysql/

[root@tthost3 mysql]# chown -R mysql .

[root@tthost3 mysql]# chgrp -R mysql .

[root@tthost3 mysql]# ll

total 80

drwxr-xr-x  2 mysql mysql  4096 Aug 27  2013 bin

-rw-r--r--  1 mysql mysql 17987 Aug 27  2013 COPYING

-rw-r--r--  1 mysql mysql  1703 Aug 27  2013 COPYING-jemalloc

drwxr-xr-x  3 mysql mysql  4096 Aug 27  2013 data

drwxr-xr-x  2 mysql mysql  4096 Aug 27  2013 docs

drwxr-xr-x  4 mysql mysql  4096 Aug 27  2013 include

-rw-r--r--  1 mysql mysql   301 Aug 27  2013 INSTALL-BINARY

drwxr-xr-x  3 mysql mysql  4096 Aug 27  2013 lib

drwxr-xr-x  4 mysql mysql  4096 Aug 27  2013 man

drwxr-xr-x  3 mysql mysql  4096 Aug 27  2013 mysql

drwxr-xr-x 10 mysql mysql  4096 Aug 27  2013 mysql-test

-rw-r--r--  1 mysql mysql  2496 Aug 27  2013 README

drwxr-xr-x  2 mysql mysql  4096 Aug 27  2013 scripts

drwxr-xr-x 27 mysql mysql  4096 Aug 27  2013 share

drwxr-xr-x  4 mysql mysql  4096 Aug 27  2013 sql-bench

drwxr-xr-x  3 mysql mysql  4096 Aug 27  2013 support-files

 

 [root@tthost3 mysql]# ./scripts/mysql_install_db --user=mysql

Installing MySQL system tables...

OK

Filling help tables...

OK

 

To start mysqld at boot time you have to copy

support-files/mysql.server to the right place for your system

 

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !

To do so, start the server, then issue the following commands:

 

./bin/mysqladmin -u root password 'new-password'

./bin/mysqladmin -u root -h tthost3 password 'new-password'

 

Alternatively you can run:

./bin/mysql_secure_installation

 

which will also give you the option of removing the test

databases and anonymous user created by default.  This is

strongly recommended for production servers.

 

See the manual for more instructions.

 

You can start the MySQL daemon with:

cd . ; ./bin/mysqld_safe &

 

You can test the MySQL daemon with mysql-test-run.pl

cd ./mysql-test ; perl mysql-test-run.pl

 

Please report any problems with the ./bin/mysqlbug script!

 

Percona recommends that all production deployments be protected with a support

contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,

be eligible for hot fixes, and boost your team's productivity.

 

以上有幾點很重要!

 

[root@tthost3 mysql]# chown -R root .

[root@tthost3 mysql]# ll

total 80

drwxr-xr-x  2 root mysql  4096 Aug 27  2013 bin

-rw-r--r--  1 root mysql 17987 Aug 27  2013 COPYING

-rw-r--r--  1 root mysql  1703 Aug 27  2013 COPYING-jemalloc

drwxr-xr-x  5 root mysql  4096 Jun 30 12:59 data

drwxr-xr-x  2 root mysql  4096 Aug 27  2013 docs

drwxr-xr-x  4 root mysql  4096 Aug 27  2013 include

-rw-r--r--  1 root mysql   301 Aug 27  2013 INSTALL-BINARY

drwxr-xr-x  3 root mysql  4096 Aug 27  2013 lib

drwxr-xr-x  4 root mysql  4096 Aug 27  2013 man

drwxr-xr-x  3 root mysql  4096 Aug 27  2013 mysql

drwxr-xr-x 10 root mysql  4096 Aug 27  2013 mysql-test

-rw-r--r--  1 root mysql  2496 Aug 27  2013 README

drwxr-xr-x  2 root mysql  4096 Aug 27  2013 scripts

drwxr-xr-x 27 root mysql  4096 Aug 27  2013 share

drwxr-xr-x  4 root mysql  4096 Aug 27  2013 sql-bench

drwxr-xr-x  3 root mysql  4096 Aug 27  2013 support-files

 

[root@tthost3 mysql]# chown -R mysql data

[root@tthost3 mysql]# ll

total 80

drwxr-xr-x  2 root  mysql  4096 Aug 27  2013 bin

-rw-r--r--  1 root  mysql 17987 Aug 27  2013 COPYING

-rw-r--r--  1 root  mysql  1703 Aug 27  2013 COPYING-jemalloc

drwxr-xr-x  5 mysql mysql  4096 Jun 30 12:59 data

下麵的這些是可選的:

[root@tthost3 mysql]# cp support-files/my-medium.cnf /etc/my.cnf

[root@tthost3 mysql]# ./bin/mysqld_safe --user=mysql &

[1] 3813

[root@tthost3 mysql]# 140630 13:07:39 mysqld_safe Logging to '/usr/local/mysql/data/tthost3.err'.

140630 13:07:39 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data

 

[root@tthost3 mysql]# ps -ef | grep mysql

root      3813  3607  0 13:07 pts/2    00:00:00 /bin/sh ./bin/mysqld_safe --user=mysql

mysql     4067  3813  2 13:07 pts/2    00:00:00 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/mysql/plugin --user=mysql --log-error=/usr/local/mysql/data/tthost3.err --pid-file=/usr/local/mysql/data/tthost3.pid --socket=/tmp/mysql.sock --port=3306

root      4088  3607  0 13:07 pts/2    00:00:00 grep mysql

 

以下的選項是可選的:

編輯mysql.server

將Percona-Server-5.5.33-rel31.1-566.Linux.x86_64替換成mysql 真實路徑

[root@tthost3 mysql]# vi support-files/mysql.server

修改前:

mysqld_pid_file_path=

if test -z "$basedir"

then

  basedir=/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64

  bindir=/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64/bin

  if test -z "$datadir"

  then

    datadir=/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64/data

  fi

  sbindir=/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64/bin

  libexecdir=/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64/bin

else

 

修改後:

mysqld_pid_file_path=

if test -z "$basedir"

then

  basedir=/usr/local/mysql

  bindir=/usr/local/mysql/bin

  if test -z "$datadir"

  then

    datadir=/usr/local/mysql/data

  fi

  sbindir=/usr/local/mysql/bin

  libexecdir=/usr/local/mysql/bin

else

 

[root@tthost3 mysql]# cp support-files/mysql.server /etc/init.d/mysqld

[root@tthost3 mysql]# chkconfig --add mysqld

[root@tthost3 mysql]# chkconfig --list |grep mysqld

mysqld            0:off 1:off 2:on 3:on 4:on 5:on 6:off

[root@tthost3 mysql]#

 

[root@tthost3 mysql]# service mysqld stop

Shutting down MySQL (Percona Server)..140630 13:17:40 mysqld_safe mysqld from pid file /usr/local/mysql/data/tthost3.pid ended

                                                           [  OK  ]

[1]+  Done                    ./bin/mysqld_safe --user=mysql

 

[root@tthost3 mysql]# ps -ef | grep mysql

root      4194  3607  0 13:18 pts/2    00:00:00 grep mysql

[root@tthost3 mysql]# service mysqld start

Starting MySQL (Percona Server).                           [  OK  ]

[root@tthost3 mysql]# ps -ef | grep mysql

root      4206     1  0 13:18 pts/2    00:00:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/tthost3.pid

mysql     4471  4206  1 13:18 pts/2    00:00:00 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/mysql/plugin --user=mysql --log-error=/usr/local/mysql/data/tthost3.err --pid-file=/usr/local/mysql/data/tthost3.pid --socket=/tmp/mysql.sock --port=3306

root      4496  3607  0 13:18 pts/2    00:00:00 grep mysql

 

 

安裝完成!

 

另外有個地方需要註意一下,我們的實際安裝路徑是:

/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64

/usr/local/mysql只是做了一個軟鏈接

 

啟動腳本中,mysqld,mysqld_safe,mysql.server腳本中basedir,datadir是預設在

/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64目錄下麵,就是說用腳本可以直接啟動,因為percona預設建議是安裝在這個下麵:

/usr/local/Percona-Server-5.5.33-rel31.1-566.Linux.x86_64

這裡只是做了mysql的一個軟鏈接和oracle mysql相容下目錄而已 ,如果要把mysql.server拷貝到/etc/init.d/目錄下,腳本中目錄路徑也不一定要修改的,怎樣都能啟動:

Service mysqld start

 


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 自動添加上一些關於文件開頭的註釋信息: 增加函數註釋模板: 註意:先創建 Template Group 再創建 Live Template 增加函數註釋模板 ...
  • 通常我們在android使用javamail發送郵件,可是很多時候我們需要連接Exchange服務(很多公司內部郵件伺服器採用,並且未開通smtp服務)來發送郵件,這時候我們就要用到微軟的 ews-java-api。官方github的地址是:https://github.com/OfficeDev/ ...
  • 代碼: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"圓角矩形"; UIImageView *imageView=[[UIImage ...
  • iOS的沙盒機制,應用只能訪問自己應用目錄下的文件。iOS不像android,沒有SD卡概念,不能直接訪問圖像、視頻等內容。iOS應用產生的內容,如圖像、文件、緩存內容等都必須存儲在自己的沙盒內。預設情況下,每個沙盒含有3個文件夾:Documents, Library 和 tmp。Library包含 ...
  • android自定義Toast之-彈出消息 實現方法: 1.new 一個Toast實例toast。 2.自定義一個顯示的View實例view 。 3.把toast.setView(view),toast.setDuration(Toast.LENGTH_LONG)設置顯消息示時間 4.避免操作有誤一 ...
  • VelocityTracker 速度追蹤 第一,創建方式: VelocityTracker mVelocityTracker = new VelocityTracker .obtain() 第二,把你要追求的MotionEvent 註冊到VelocityTracker 的監聽中: mVelocity ...
  • 在Node.js中使用MongoDB少不了Mongoose。 假設有如下Mongoose Schemas的定義: 我們希望在保存model數據時不用指定createTime欄位的值,按照上述Schema的定義,createTime會自動保存為系統當前時間。當然,在更新model數據時updateTi ...
  • 資料庫練習題,關係代數,SQL查詢語句 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...