その後、yoku0825さんが投稿してた内容です。
$ strace -ff -e open /usr/local/mysql/bin/mysqld_multi start 55,56 2>&1 | grep my\.cnf
[pid 23345] open("/etc/my.cnf", O_RDONLY|O_LARGEFILE) = 3
[pid 23347] open("/etc/my.cnf", O_RDONLY|O_LARGEFILE) = 3
[pid 23344] open("/etc/my.cnf", O_RDONLY|O_LARGEFILE) = 3
mysql --helpだと
Default options are read from the following files in the given order:の箇所にデフォで読み込まれる順番が書いてあるんですが、デフォのときの話だし、straceでみるのが楽ですね。
configureの設定は昨日の記事でどうぞ。
0 件のコメント:
コメントを投稿