[Groonga-commit] groonga/wikipedia-search at 250ff38 [master] Add missing server-id

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 7 20:53:53 JST 2016


Kouhei Sutou	2016-02-07 20:53:53 +0900 (Sun, 07 Feb 2016)

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

  Message:
    Add missing server-id

  Modified files:
    benchmark/centos7/mysql.sh

  Modified: benchmark/centos7/mysql.sh (+1 -0)
===================================================================
--- benchmark/centos7/mysql.sh    2016-02-07 19:48:06 +0900 (e0ae801)
+++ benchmark/centos7/mysql.sh    2016-02-07 20:53:53 +0900 (ec70d15)
@@ -80,6 +80,7 @@ install_mroonga()
 {
   run sudo yum install -y mysql57-community-mroonga
   echo "log-bin" | run sudo tee --append /etc/my.cnf
+  echo "server-id=1" | 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