Search Results
https://dev.mysql.com/doc/internals/en/x-protocol-notices-notices.html
Global Notices Global Notices are sent by the server in case of events happen that are unrelated to the currently active message sequence: server is shutting down node disconnected from group schema or table dropped binlog events Server Shutting ...
https://dev.mysql.com/doc/refman/9.7/en/blob.html
You can change the message buffer size by changing the value of the max_allowed_packet variable, but you must do so for both the server and your client program. A BLOB is a binary large object that can hold a variable amount of data. You can make ...These differ only in the maximum length of the values they can ...
https://dev.mysql.com/doc/refman/9.7/en/keyring.html
A keyring component must be enabled on the MySQL Server instance to support secure storage for persisted system variable values, rather than a keyring plugin, which do not support the function. The master key to decrypt the file key that decrypts ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-data-arguments.html
These types are supported as in the MySQL server with the following exceptions: String argument and return types can use the utf8mb4 or binary character sets; use of other character sets for these raises an error. This restriction applies to ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-buffer-pool-in-core-file.html
mysql> SET GLOBAL innodb_buffer_pool_in_core_file=OFF; If the innodb_buffer_pool_in_core_file variable is disabled but MADV_DONTDUMP is not supported by the operating system, or an madvise() failure occurs, a warning is written to the MySQL server ...The innodb_buffer_pool_in_core_file option is only relevant if the core_file variable is enabled and the operating system supports the MADV_DONTDUMP non-POSIX extension to the madvise() system call, which is supported in Linux 3.4 and ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
Deployment To use the providers on a production server, distribute the MySql.Data and the MySql.Web assemblies, and either register them in the remote systems Global Assembly Cache or keep them in the bin directory of your application. The ... MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
Deployment To use the providers on a production server, distribute the MySql.Data and the MySql.Web assemblies, and either register them in the remote systems Global Assembly Cache or keep them in the bin directory of your application. The ... MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/audit-api-message-emit.html
Installing or Uninstalling the Audit Message Component Audit Message Function Installing or Uninstalling the Audit Message Component To be usable by the server, the component library file must be located in the MySQL plugin directory (the directory ...INSTALL COMPONENT loads the component, and also registers it in the mysql.component system table to cause it to be loaded during subsequent server ... The ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ucs2. (Only the parts needed for Connector/C++ are included, to reduce compilation time.) (WL #12889) Prepared Statement Notes For ...(Bug #28966038, WL #12196) Compilation Notes Thanks to Daniƫl van Eeden, who contributed a code change to use the stdbool.h header file rather than a bool ...
https://dev.mysql.com/doc/refman/9.7/en/blackhole-storage-engine.html
When you create a BLACKHOLE table, the server creates the table definition in the global data dictionary. Inserts into a BLACKHOLE table do not store any data, but if statement based binary logging is enabled, the SQL statements are logged and ...