[Groonga-mysql-commit] mroonga/mroonga at 57abad3 [master] doc: update install documentation on CentOS 5

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Oct 28 14:57:31 JST 2013


HAYASHI Kentaro	2013-10-28 14:57:31 +0900 (Mon, 28 Oct 2013)

  New Revision: 57abad30ea69ec60ad350f22bbbe610afa6f3541
  https://github.com/mroonga/mroonga/commit/57abad30ea69ec60ad350f22bbbe610afa6f3541

  Message:
    doc: update install documentation on CentOS 5

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+27 -8)
===================================================================
--- doc/source/install.rst    2013-10-25 19:59:28 +0900 (e32975c)
+++ doc/source/install.rst    2013-10-28 14:57:31 +0900 (f741144)
@@ -344,19 +344,15 @@ Install groonga-normalizer-mysql package::
 CentOS 5
 --------
 
-CentOS 5's MySQL packages should be removed beforehand if installed.
-
-Remove existing MySQL packages ::
-
-  % sudo yum remove 'mysql*'
+In CentOS 5, we use CentOS's MySQL packages (version 5.5.x) since Mroonga 3.09 release.
 
 Install::
 
   % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
   % sudo yum makecache
-  % sudo yum install -y MySQL-server
-  % sudo service mysql start
-  % sudo yum install -y mysql-mroonga
+  % sudo yum install -y mysql55-mysql-server
+  % sudo service mysqld start
+  % sudo yum install -y mysql55-mroonga
   (% /usr/bin/mysqladmin -u root password 'new-password')
 
 If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a tokenizer. please install groonga-tokenizer-mecab package.
@@ -376,6 +372,29 @@ Install groonga-normalizer-mysql package::
    If you don't specify MySQL compatible case insensitive COLLATION, MySQL incompatible COLLATION of groonga is used.
    MySQL compatible case insensitive COLLATION are 'utf8_general_ci', 'utf8mb4_general_ci', 'utf8_unicode_ci' and 'utf8mb4_unicode_ci'.
 
+
+CentOS 5 (Deprecated)
+---------------------
+
+The old version of Mroonga had also provided MySQL 5.6 packages as exceptional case. This is obsolete and not recommended way.
+The mysql-mroonga package is deprecated on CentOS 5 since Mroonga 3.09.
+We recommend to use mysql55-mroonga pakcages on CentOS 5.
+
+CentOS 5's MySQL packages should be removed beforehand if installed.
+
+Remove existing MySQL packages ::
+
+  % sudo yum remove 'mysql*'
+
+Install::
+
+  % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
+  % sudo yum makecache
+  % sudo yum install -y MySQL-server
+  % sudo service mysql start
+  % sudo yum install -y mysql-mroonga
+  (% /usr/bin/mysqladmin -u root password 'new-password')
+
 CentOS 6
 --------
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-mysql-commit mailing list
Back to archive index