Search



Search Results
Displaying 1171 to 1180 of 2536 total results
https://dev.mysql.com/doc/refman/8.4/en/bit-value-literals.html
For example, a bit literal assigned to a user-defined variable is a binary string by default. To convert a bit value to printable form, use it in numeric context or use a conversion function such as BIN() or HEX(). A leading 0b is case-sensitive and ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
--core-file-size=size Command-Line Format --core-file-size=size Type String The size of the core file that mysqld should be able to create. --malloc-lib=[lib_name] Command-Line Format --malloc-lib=[lib-name] Type String The name of the library to ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
To configure Connector/NET support for EF6: Edit the configuration sections in the app.config file to add the connection string and the Connector/NET provider. <connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" ... MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-using-character-sets.html
To insert 4-byte UTF8 strings into blob columns, use the .NET Encoding.GetBytes function to convert your string to a series of bytes. To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. To do ... Treating Binary Blobs As UTF8 Before the introduction of 4-byte UTF-8 character set, MySQL did not support 4-byte UTF8 ...
https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
For example, in MySQL tables, you typically use numeric IDs rather than string-based dictionary keys, so that the key values are compact and have a predictable length. The bad data might be accidental, such as out-of-range values or misformatted ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
To configure Connector/NET support for EF6: Edit the configuration sections in the app.config file to add the connection string and the Connector/NET provider. <connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" ... MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-using-character-sets.html
To insert 4-byte UTF8 strings into blob columns, use the .NET Encoding.GetBytes function to convert your string to a series of bytes. To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. To do ... Treating Binary Blobs As UTF8 Before the introduction of 4-byte UTF-8 character set, MySQL did not support 4-byte UTF8 ...
https://dev.mysql.com/doc/connector-python/en/connector-python-coding.html
For example, in MySQL tables, you typically use numeric IDs rather than string-based dictionary keys, so that the key values are compact and have a predictable length. The bad data might be accidental, such as out-of-range values or misformatted ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
TableMapping = { String table : "" , String database : "" , boolean mapAllColumns : true, Array fields : null }; The table and data members are the names of the table and database, respectively. FieldMapping = { String fieldName : "" , String ... A ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
Connection URIs and SessionSettings objects permit explicitly specifying the preferred algorithms: URI strings permit a compression-algorithms option. URI mode follows X DevAPI URI mode: mysqlx_session_t *sess = mysqlx_get_session_from_url( ...
Displaying 1171 to 1180 of 2536 total results