mysql_dump_debug_info

You are viewing an old version of this article. View the current version here.

構文

int mysql_dump_debug_info(MYSQL * mysql);

説明

SUPER権限ユーザーによる実行を想定しており、サーバーのステータス情報をMariaDBサーバーのコネクションに関連したログにダンプする用途で使われる。

成功時は0を返し、エラー時は0以外を返す。

サーバーのステータス情報は error log にダンプされる。ログはインストールしたデータディレクトリに出力される。

合わせて確認

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.