Search Results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-daemon-plugins.html
To make the library file available for use, install it in the plugin directory (the directory named by the plugin_dir system variable). A daemon plugin is a simple type of plugin used for code that should be run by the server but that does not ...
https://dev.mysql.com/doc/connectors/en/connector-j-binary-installation.html
For Windows platforms, you set the environment variable through the System Control Panel. Configuring Connector/J for Application Servers To use MySQL Connector/J with an application server such as GlassFish or Tomcat, read your vendor's ...Using ...
https://dev.mysql.com/doc/connector-j/en/connector-j-binary-installation.html
For Windows platforms, you set the environment variable through the System Control Panel. Configuring Connector/J for Application Servers To use MySQL Connector/J with an application server such as GlassFish or Tomcat, read your vendor's ...Using ...
https://dev.mysql.com/doc/refman/8.4/en/general-tablespaces.html
The server keeps tablespace metadata in memory for the lifetime of a tablespace. The TABLESPACE option can be used with CREATE TABLE to create tables in a general tablespaces, file-per-table tablespace, or in the system tablespace. The TABLESPACE ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
Import model as a string: For smaller models, you can copy the encoded string and paste it into a session variable or temporary table column. Copy and paste the converted string for the file into a session variable. Depending on how you connect to ... This topic describes how to import an external ONNX ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
With log_filter_dragnet enabled, define its filter rules by setting the dragnet.log_error_filter_rules system variable. The following example enables log_filter_dragnet in combination with the built-in log sink: INSTALL COMPONENT ... The ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
Each connection made to the MySQL server is represented by a separate connection tab. A server can be active or inactive when the connection tab for it is opened. The SQL query tab is a secondary tab that opens by default when you make a connection ... The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Setting ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. This tutorial uses the test certificates from the server ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. This tutorial uses the test certificates from the server ...