Search



Search Results
Displaying 401 to 410 of 921 total results
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
To avoid build issues, the usage of the OpenSSL Engine interface by the Group Communication System (GCS) is now restricted to OpenSSL versions previous to 1.1. (Bug #37570206) Audit Log Notes <COMMAND_CLASS> was not populated for ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
To distinguish between SQL and C++ usage, XXX() (uppercase) indicates an SQL function call, and xxx() (lowercase) indicates a C++ function call. If the server is started with the --skip-grant-tables option, functions registered in the table are not ... The MySQL interface for loadable functions provides the following features and capabilities: Functions can return string, integer, or real values and can accept arguments of those same ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
FAQ Categories Basic Usage MySQL Workbench Functionality Data Management General Basic Usage A.1. What is a MySQL connection? Why might I need to create more than one? A.2. How do I create a MySQL database (schema) in MySQL Workbench? A.4. Is there ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value com.mysql.cj.log.StandardLogger Since Version 3.1.1 profilerEventHandler Name of a class that implements the interface ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
This value is defined by the MySqlTraceEventType public enum contained in the Connector/NET code: public enum MySqlTraceEventType : int { ConnectionOpened = 1, ConnectionClosed, QueryOpened, ResultOpened, ResultClosed, QueryClosed, ... The .NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
For usage information, see Section 4.5.7, “Working with Partial Trust / Medium Trust”. Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file.
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-authentication.html
A callback usage example: // SQL_DRIVER_CONNECT_ATTR_BASE is not defined in all driver managers. #define MYSQL_DRIVER_CONNECT_ATTR_BASE 0x00004000 // Custom constants used for callback #define CB_FIDO_GLOBAL MYSQL_DRIVER_CONNECT_ATTR_BASE + ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it installed. Run the included batch file to perform an installation from the current directory and registers the ODBC driver. Alternatively to the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
For usage information, see Section 5.7, “Working with Partial Trust / Medium Trust”. Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-authentication.html
A callback usage example: // SQL_DRIVER_CONNECT_ATTR_BASE is not defined in all driver managers. #define MYSQL_DRIVER_CONNECT_ATTR_BASE 0x00004000 // Custom constants used for callback #define CB_FIDO_GLOBAL MYSQL_DRIVER_CONNECT_ATTR_BASE + ...
Displaying 401 to 410 of 921 total results