You are here : Cmysql/mysql.hmysql_get_host_info

mysql_get_host_info() - mysql/mysql.h

 Returns a string describing the type of connection in use,
        including the server host name.


Syntax

const char *mysql_get_host_info(MYSQL *mysql)


Example

 


Output / Return Value

 A character string representing the server host name and the
        connection type.


Limitations


Alternatives / See Also


Reference