Fedora/RHEL users
=================

For the most simple way how to make tigase work with MySQL just run

/usr/share/tigase/scripts/mysql-db-create.sh

script and make sure that your /etc/my.cnf file contains in section mysqld
lines:

init_connect='SET collation_connection = utf8_general_ci; SET NAMES utf8;'
default-character-set=utf8
character-set-server=utf8
default-collation=utf8_general_ci
collation-server=utf8_general_ci
