Search Results
https://dev.mysql.com/doc/refman/9.7/en/mle-component-status.html
You can also obtain information about MLE sessions from system status variables. The MLE component's status is indicated by the mle_status status variable. It remains Active until the server is shutting down or restarting, at which the value is ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-unix.html
For example, if your odbc.ini file is located in /usr/local/etc, set the environment variables like this: export ODBCINI=/usr/local/etc/odbc.ini export ODBCSYSINI=/usr/local/etc . On Unix, you configure DSN entries directly in the odbc.ini file.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-unix.html
For example, if your odbc.ini file is located in /usr/local/etc, set the environment variables like this: export ODBCINI=/usr/local/etc/odbc.ini export ODBCSYSINI=/usr/local/etc . On Unix, you configure DSN entries directly in the odbc.ini file.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-encrypted-connections.html
The mcm client should then provide ssl_key and ssl_cert information when connecting $> ./bin/mcmd --mcmd.ssl_key=/foo/server-key.pem --mcmd.ssl_cert=/foo/server-cert.pem --mcmd.ssl_ca=/foo/cacert.pem --mcmd.ssl_mode=REQUIRED MySQL Cluster Manager ...
https://dev.mysql.com/doc/refman/9.7/en/ansi-diff-select-into-table.html
The same syntax can also be used inside stored routines using cursors and local variables. For example: INSERT INTO tbl_temp2 (fld_id) SELECT tbl_temp1.fld_order_id FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100; Alternatively, you can use SELECT ...
https://dev.mysql.com/doc/refman/9.7/en/apis-perl.html
Optionally, the DBD module for any other type of database server you want to access. For an example of reading options from option files, see Section 7.8.4, “Using Client Programs in a Multiple-Server Environment”. The Perl DBI module provides ...
https://dev.mysql.com/doc/refman/9.7/en/char.html
InnoDB encodes fixed-length fields greater than or equal to 768 bytes in length as variable-length fields, which can be stored off-page. The server SQL mode has no effect on comparison behavior with respect to trailing spaces. The CHAR and VARCHAR ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-3-0.html
This variable provides the count of MySQL servers which are currently participating in NDB Cluster schema change distribution. MySQL NDB Cluster 9.3.0 is a new Innovation release of NDB Cluster, based on MySQL Server 9.3 and including features in ...NDB Cluster 9.3 source code and binaries can be obtained from ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filter-definitions.html
An event in the connection class indicates when a connection-related activity occurs during a session, such as a user connecting to or disconnecting from the server. Important It is theoretically possible for a user with sufficient permissions to ...
https://dev.mysql.com/doc/refman/9.7/en/drop-role.html
When the read_only system variable is enabled, DROP ROLE additionally requires the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege). Roles named in the mandatory_roles system variable value cannot be dropped. Users who have the DROP ...