Search



Search Results
Displaying 21 to 30 of 2266 total results
https://dev.mysql.com/doc/internals/en/string.html
Strings are sequences of bytes and appear in a few forms in the protocol. Implemented By string<fix> Protocol::NulTerminatedString Strings that are terminated by a [00] byte. Implemented By string<NUL> Protocol::VariableLengthString: The length of ...An example is the sql-state of the ERR_Packet which is always 5 bytes ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-connection-strings.html
With the exception of the NDB Cluster management server (ndb_mgmd), each node that is part of an NDB Cluster requires a connection string that points to the management server's location. This connection string is used in establishing a connection ...This port should always be available on the network because it has been assigned by IANA for this purpose (see http://www.iana.org/assignments/port-numbers for ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
For the list of option names to use in the connection string, see Section 4.4.5, “Connector/NET Connection Options Reference”. The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the ...In each key-value pair, the option name and its corresponding value are joined by an equal ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
For the list of option names to use in the connection string, see Section 4.5, “Connector/NET Connection Options Reference”. The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/value-expression-strings.html
Value expression strings are used to compute a value which can then be assigned to a given field or column. An example use of a value expression string would be to increment a counter. The expr() function is used to wrap strings where they would ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/value-expression-strings.html
Value expression strings are used to compute a value which can then be assigned to a given field or column. An example use of a value expression string would be to increment a counter. The expr() function is used to wrap strings where they would ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/value-expression-strings.html
Value expression strings are used to compute a value which can then be assigned to a given field or column. An example use of a value expression string would be to increment a counter. The expr() function is used to wrap strings where they would ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-string-column-encoding-reference.html
MySQL HeatWave supports two string column encoding types: Variable-length encoding: This is the default encoding type. It applies to string columns by default when tables are loaded with the exception of string columns defined explicitly as ...
https://dev.mysql.com/doc/refman/8.4/en/string-collating.html
If the sorting rules for your language are too complex to be handled with simple arrays, you must define string collating functions in the ctype-MYSET.c source file in the strings directory. Look at the ctype-*.c files in the strings directory, such ... For a simple character set named MYSET, sorting rules are specified in the MYSET.xml configuration file using <map> array elements within <collation> ...
https://dev.mysql.com/doc/refman/8.4/en/string-types.html
The string data types are CHAR, VARCHAR, BINARY, VARBINARY, BLOB, TEXT, ENUM, and SET. For information about storage requirements of the string data types, see Section 13.7, “Data Type Storage Requirements”. For descriptions of functions that ...
Displaying 21 to 30 of 2266 total results