[Groonga-commit] groonga/wikipedia-search at ec198ca [master] Enable binary log of MySQL

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 7 18:43:42 JST 2016


Kouhei Sutou	2016-02-07 18:43:42 +0900 (Sun, 07 Feb 2016)

  New Revision: ec198caebf5d4a18cd54e0da24be54ef63b2d52e
  https://github.com/groonga/wikipedia-search/commit/ec198caebf5d4a18cd54e0da24be54ef63b2d52e

  Message:
    Enable binary log of MySQL

  Modified files:
    benchmark/centos7/mysql-postgresql.sh

  Modified: benchmark/centos7/mysql-postgresql.sh (+1 -0)
===================================================================
--- benchmark/centos7/mysql-postgresql.sh    2016-02-07 18:26:55 +0900 (5b1d874)
+++ benchmark/centos7/mysql-postgresql.sh    2016-02-07 18:43:42 +0900 (4bfc3dc)
@@ -90,6 +90,7 @@ install_groonga_tokenizer_mecab()
 install_mroonga()
 {
   run sudo yum install -y mysql57-community-mroonga
+  echo "log-bin" | run sudo tee --append /etc/my.cnf
   echo "character-set-server=utf8mb4" | run sudo tee --append /etc/my.cnf
   echo "validate-password=off" | run sudo tee --append /etc/my.cnf
   run sudo systemctl start mysqld
-------------- next part --------------
HTML����������������������������...
Télécharger 



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