オプション設定ファイルを使用して、クライアント/サーバアプリケーションと組み込み
MySQL
サーバを使用したアプリケーションを簡単に切り替える推奨方法を以下に示します。
See 項4.1.2. 「my.cnf
オプション設定ファイル」。
共通するオプションを [server]
セクションに記述する。このオプションは両方のバージョンの
MySQL に読み込まれる。
クライアント/サーバ固有のオプションを
[mysqld]
セクションに記述する。
組み込み MySQL サーバ固有のオプションを
[embedded]
セクションに記述する。
アプリケーション固有のオプションを
[ApplicationName_SERVER]
セクションに記述する。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.