Navigation Menu

Skip to content

Commit

Permalink
doc: drop SCL because of mysql55 package EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 28, 2018
1 parent 953ce26 commit b08fea1
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions doc/source/install/centos.rst
Expand Up @@ -8,29 +8,6 @@ CentOS. You can install them by ``yum``.

.. include:: 32bit-note.inc

.. _centos-6-official:

CentOS 6 (with the official MySQL package)
------------------------------------------

You can use CentOS's SCL MySQL packages (version 5.5.x) on CentOS 6
since Mroonga 4.01 release.

Install::

% sudo yum install -y centos-release-scl
% sudo yum install -y https://packages.groonga.org/centos/groonga-release-latest.noarch.rpm
% sudo yum install -y mysql55-mysql-server
% sudo /sbin/service mysql55-mysqld start
% sudo yum install -y --enablerepo=epel mysql55-mroonga
(% sudo scl enable mysql55 "mysqladmin -u root password 'new-password'")

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a tokenizer, install groonga-tokenizer-mecab package.

Install groonga-tokenizer-mecab package::

% sudo yum install -y --enablerepo=epel groonga-tokenizer-mecab

.. _centos-6-oracle-56:

CentOS 6 (with the Oracle MySQL 5.6 package)
Expand Down

0 comments on commit b08fea1

Please sign in to comment.