You are here : Cmysql/mysql.hmysql_stat

mysql_stat() - mysql/mysql.h

 Returns a character string containing information similar to
        that provided by the mysqladmin status
        command. This includes uptime in seconds and the number of
        running threads, questions, reloads, and open tables.mysqladmin statusmysqladmin statusmysqladmin status


Syntax

const char *mysql_stat(MYSQL *mysql)


Example

 


Output / Return Value

 A character string describing the server status.
        NULL if an error occurred.NULL


Limitations


Alternatives / See Also


Reference