Search



Search Results
Displaying 2161 to 2170 of 3609 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
https://dev.mysql.com/doc/refman/8.4/en/audit-api-message-emit.html
INSTALL COMPONENT loads the component, and also registers it in the mysql.component system table to cause it to be loaded during subsequent server startups. To uninstall the audit_api_message_emit component, use this statement: UNINSTALL COMPONENT ... The audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() ...
https://dev.mysql.com/doc/refman/8.4/en/bit-functions.html
Table 14.17 Bit Functions and Operators Name Description & Bitwise AND >> Right shift << Left shift ^ Bitwise XOR BIT_COUNT() Return the number of bits that are set | Bitwise OR ~ Bitwise inversion The following list describes available bit ...The ...
https://dev.mysql.com/doc/refman/8.4/en/checking-gpg-signature-windows.html
The signature file must have the same name as the packaged file but with an appended .asc extension, as shown by the example in the following table. Table 2.2 MySQL Package and Signature Files for MySQL Server MSI for Microsoft Windows File Type ...
https://dev.mysql.com/doc/refman/8.4/en/checking-gpg-signature.html
The signature file has the same name as the distribution file with an .asc extension, as shown by the examples in the following table. Another method of verifying the integrity and authenticity of a package is to use cryptographic signatures. This ...
https://dev.mysql.com/doc/refman/8.4/en/connectors-apis.html
Table 31.1, “MySQL APIs and Interfaces” lists many of the libraries and interfaces available for MySQL. Table 31.1 MySQL APIs and Interfaces Environment API Type Notes Ada GNU Ada MySQL Bindings libmysqlclient See MySQL Bindings for GNU Ada C C ... MySQL Connectors provide connectivity to the MySQL server for client ...
https://dev.mysql.com/doc/refman/8.4/en/data-dictionary.html
In previous MySQL releases, dictionary data was stored in metadata files, nontransactional tables, and storage engine-specific data dictionaries. MySQL Server incorporates a transactional data dictionary that stores information about database ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory.html
Information managed by the MySQL server is stored under a directory known as the data directory. The following list briefly describes the items typically found in the data directory, with cross references for additional information: Data directory ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-types.html
Unpredictable results may occur if you use values in other formats. The following table shows the format of the “zero” value for each type. The “zero” values are special, but you can store or refer to them explicitly using the values shown ... The date and time data types for representing temporal values are DATE, TIME, DATETIME, TIMESTAMP, and ...
https://dev.mysql.com/doc/refman/8.4/en/document-store.html
This differs from working with a relational database and storing products in a table, when all columns of the table must be known and defined before adding any products to the database. X DevAPI offers a modern programming interface with a simple ...
Displaying 2161 to 2170 of 3609 total results