Search



Search Results
Displaying 1 to 10 of 192 total results
https://dev.mysql.com/doc/refman/8.4/en/string-functions-charset.html
MySQL has many operators and functions that return a string. This section answers the question: What is the character set and collation of such a string? For simple functions that take string input and return a string result as output, the output's ...
https://dev.mysql.com/doc/refman/8.4/en/charset-charsets.html
There is one subsection for each group of related character sets. To list the available character sets and their default collations, use the SHOW CHARACTER SET statement or query the INFORMATION_SCHEMA CHARACTER_SETS table. To avoid choosing the ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
--default-character-set=charset_name Command-Line Format --default-character-set=charset_name Type String Default Value utf8 Use charset_name as the default character set. --no-set-names, -N Command-Line Format --no-set-names Deprecated Yes Turns ...
https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
C applications can use character set autodetection based on the OS setting by invoking mysql_options() as follows before connecting to the server: mysql_options(mysql, MYSQL_SET_CHARSET_NAME, MYSQL_AUTODETECT_CHARSET_NAME); Each client supports a ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-charset.html
This property returns a string indicating which character set is used for the connection, whether or not it is connected.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-charset.html
This property returns a string indicating which character set is used for the connection, whether or not it is connected.
https://dev.mysql.com/doc/refman/8.4/en/charset-configuration.html
The examples given here show what the setting might look like for Unix or Windows, respectively: [client] character-sets-dir=/usr/local/mysql/share/mysql/charsets [client] character-sets-dir="C:/Program Files/MySQL/MySQL Server 8.4/share/charsets" ... The MySQL server has a compiled-in default character set and ...
https://dev.mysql.com/doc/refman/8.4/en/charset-mysql.html
mysql> SHOW CHARACTER SET; +----------+---------------------------------+---------------------+--------+ | Charset | Description | Default collation | Maxlen | +----------+---------------------------------+---------------------+--------+ | big5 | ...
https://dev.mysql.com/doc/refman/8.4/en/adding-character-set.html
A partial listing for the latin1 <charset> element follows: <charset name="latin1"> <family>Western</family> <description>cp1252 West European</description> ... </charset> The <charset> element must list all the collations for the character set. For ... This section discusses the procedure for adding a character set to ...
https://dev.mysql.com/doc/internals/en/charsets.html
See mysql_com.h for types */ } MYSQL_FIELD; Character set and collation information are specific to a server version and installation, and are generated automatically from the sql/share/charsets/Index.xml file in the source distribution. Thus, when ... Character sets are used by MySQL when storing information, both to ensure that the information is stored (and returned) in the correct format, but also for the purposes of collation and ...
Displaying 1 to 10 of 192 total results