mroonga - An open-source storage engine for fast fulltext search with MySQL.

2.6. Fedora

This section describes how to install Mroonga related RPM packages on Fedora. You can install them by yum.

We distribute both 32-bit and 64-bit packages but we strongly recommend a 64-bit package for server. You should use a 32-bit package just only for tests or development. You will encounter an out of memory error with a 32-bit package even if you just process medium size data.

2.6.1. Fedora 20

Since Fedora 19, MariaDB is the default implementation of MySQL.

So there are two selections for Mroonga. One is using with MariaDB, the other is using with MySQL (community-mysql).

Install Mroonga for MySQL (community-mysql):

% sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
% sudo yum makecache
% sudo yum install -y mysql-mroonga

Install Mroonga for MariaDB:

% sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
% sudo yum makecache
% sudo yum install -y mariadb-mroonga

Note

MariaDB and MySQL (community-mysql) package are exclusive. For example, if you want to use mysql-mroonga, you need to remove conflicted mariadb packages at first.

If you want to use MeCab as a tokenizer, install groonga-tokenizer-mecab package.

Install groonga-tokenizer-mecab package:

% sudo yum install -y groonga-tokenizer-mecab

Table Of Contents

Previous topic

2.5. CentOS

Next topic

2.7. Others

This Page