php.ini の設定により動作が変化します。
名前 | デフォルト | 変更可能 | 変更履歴 |
---|---|---|---|
mysqlnd_ms.enable | 0 | its PHP_INI_* value | |
mysqlnd_ms.force_config_usage | 0 | its PHP_INI_* value | |
mysqlnd_ms.ini_file | its PHP_INI_* value | ||
mysqlnd_ms.collect_statistics | its PHP_INI_* value |
以下に設定ディレクティブに関する 簡単な説明を示します。
Enables or disables the plugin. If set to disabled, the extension will not plug into mysqlnd to proxy internal mysqlnd C API calls.
If enabled the plugin checks if the host (server) parameter value of any MySQL connection attempt matches a section name from the plugin configuration file. If not, the connection attempt is blocked.
Plugin specific configuration file.
Enables or disables the collection of statistics. The collection of statistics is disabled by default for performance reasons. Statistics are returned by the function mysqlnd_ms_get_stats().