For the complete documentation index, see llms.txt. This page is also available as Markdown.

mysql_dump_debug_info

mysql_dump_debug_info instructs a MariaDB server to write connection status information to the error log, and requires the SUPER privilege for the current user.

Syntax

int mysql_dump_debug_info(MYSQL * mysql);

Parameter

Description

This function is designed to be executed by an user with the SUPER privilege and is used to dump server status information into the log for the MariaDB Server relating to the connection.

Return Value

Returns zero on success, nonzero if an error occurred.

The server status information will be dumped into the error log file, which can usually be found in the data directory of your server installation.

See Also

spinner

Last updated

Was this helpful?