mysql_character_set_name

Syntax

const char * mysql_character_set_name(MYSQL * mysql);

mysql - a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().

Description

Returns the default client character set for the specified connection.

Last updated

Was this helpful?