mysql:15835
From: yoku ts <yoku ts <yoku0825@xxxxxxxxxx>>
Date: Thu, 30 Aug 2012 09:54:03 +0900
Subject: [mysql 15835] Re: mysqlコマンドで最新のデータを参照したい
おはようございます、yokuです。 エラーメッセージを拝見する限り、[mysqld]セクションにinit-commandを記載していませんか? init-connectは[mysqld]セクションに記載するもので、 character-set-serverも[mysqld]セクション用のパラメータですよね。 並んで記載されている辺り、両方[mysqld]セクションに書いてしまっているのではないでしょうか。 ts. yoku 2012年8月29日 10:59 ひろ <hiro@xxxxxxxxxx>: > ひろです。 > おはようございます。 > > [mysql] セクションにinit-commandを追記したのですが、 > > [ERROR] /usr/libexec/mysqld: unknown variable 'init-command=SET SESSION > TRANSACTION ISOLATION LEVEL READ COMMITTED' > > となってしまいました。 > 記述方法が間違っているのでしょうか? > > [mysql] > character-set-server=utf8 > init-command='SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED' > init_connect='SET AUTOCOMMIT=0' > > バージョン確認 > # mysql --version > mysql Ver 14.14 Distrib 5.5.27, for Linux (x86_64) using readline 5.1 > > > よろしくお願いします。 > > 2012年8月28日 21:59 とみたまさひろ <tommy@xxxxxxxxxx>: > >> On Mon, 27 Aug 2012 19:39:15 +0900 >> ひろ <hiro@xxxxxxxxxx> wrote: >> >> > システムの設定値を変更せず、mysqlコマンドだけREAD-COMMITTEDにしたいのですが >> > 毎回コマンドを打つのは面倒です。 >> > mysqlコマンドでログイン後に自動的にコマンドを発行する方法はありますでしょうか? >> >> mysql の --init-command オプションで自動的にコマンドを発行できるので、 >> my.cnf の [mysql] セクションに >> >> init-command='SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED' >> >> と書いておけばいいと思います。 >> >> -- >> とみたまさひろ <tommy@xxxxxxxxxx> >> 日本MySQLユーザ会 http://www.mysql.gr.jp >> >
@ 15820 2012-08-27 11:52 [ひろ <hiro@xxxxxxxxx] mysqlコマンドで最新のデータを参照したい 15822 2012-08-27 18:31 ┗[yoku ts <yoku0825@xx] @ 15823 2012-08-27 19:39 ┗[ひろ <hiro@xxxxxxxxx] 15824 2012-08-27 20:20 ┣[Tomohiro 'Tomo-p' KA] @ 15825 2012-08-27 20:28 ┃┗[ひろ <hiro@xxxxxxxxx] 15826 2012-08-27 20:49 ┃ ┗[Tomohiro 'Tomo-p' KA] @ 15827 2012-08-28 00:31 ┃ ┗[ひろ <hiro@xxxxxxxxx] 15828 2012-08-28 01:37 ┃ ┗[Tomohiro 'Tomo-p' KA] @ 15829 2012-08-28 10:13 ┃ ┗[ひろ <hiro@xxxxxxxxx] @ 15830 2012-08-28 11:11 ┃ ┗["Mr. Gimmick" <midri] @ 15831 2012-08-28 11:28 ┃ ┗[ひろ <hiro@xxxxxxxxx] 15832 2012-08-28 21:59 ┗[とみたまさひろ <tomm] @ 15833 2012-08-29 10:59 ┗[ひろ <hiro@xxxxxxxxx] -> 15835 2012-08-30 09:54 ┗[yoku ts <yoku0825@xx] @ 15836 2012-08-30 11:14 ┗[ひろ <hiro@xxxxxxxxx]