Search



Search Results
Displaying 121 to 130 of 192 total results
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 5.9.1, “Connector/ODBC Community Support”. Many problems ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
CharacterSet , Character Set , CharSet Specifies the character set that should be used to encode all queries sent to the server. This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-errors.html
You can specify the character set as part of the connection string, for example: MySqlConnection myConnection = new MySqlConnection("server=127.0.0.1;uid=root;" + "pwd=12345;database=test;Charset=latin1"); . Because connecting to an external server ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
The following section details some common errors and their suggested fix or alternative solution. If you are still experiencing problems, use the Connector/ODBC mailing list; see Section 9.1, “Connector/ODBC Community Support”. Many problems ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-character-set-name.html
Syntax: charset = ccnx.character_set_name() Returns the name of the default character set for the current MySQL session. When this is the case, a name usable by Python is returned. For example, the 'utf8mb4' MySQL character set name is returned as ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-mysql.html
import _mysql_connector ccnx = _mysql_connector.MySQL() ccnx.connect(user='scott', password='password', host='127.0.0.1', database='employees') ccnx.close() Permitted arguments for the MySQL class are auth_plugin, buffered, charset_name, ... Syntax: ...
https://dev.mysql.com/doc/internals/en/character-set.html
Fields charset_nr (2) -- number of the character set and collation This “charset” ID is actually a collation ID. MySQL has a very flexible character set support as documented in Character Sets, Collations, Unicode. Number Hex Character Set Name ...
https://dev.mysql.com/doc/internals/en/libmysql-directory.html
The files here are for producing MySQL as a library (for example, a Windows DLL). The idea is that, instead of producing separate mysql (client) and mysqld (server) programs, one produces a library. Instead of sending messages, the client part ...
https://dev.mysql.com/doc/internals/en/strings-directory.html
Many of the files in this subdirectory are equivalent to well-known functions that appear in most C string libraries. On the other hand, some of the files are MySQL additions or improvements. Often the MySQL changes are attempts to optimize the ...
https://dev.mysql.com/doc/mysqld-version-reference/en/built-in-functions.html
The following table shows all built-in functions and operators available in MySQL Server. Introduced: The version or versions in which the item was introduced. Deprecated: The version or versions in which the item was deprecated. Removed: The ...
Displaying 121 to 130 of 192 total results