Search



Search Results
Displaying 1081 to 1090 of 2325 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-windows.html
You should grant permission to connect to private networks for any of the programs mcmd.exe, ndb_mgmd.exe, ndbd.exe, ndbmtd.exe, or mysqld.exe. To start the MySQL Cluster Manager agent manually on a Windows host, you should invoke mcmd.exe, found ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-what-is-new.html
See Section 4.11, “Using TLS Connections for NDB Clusters” for details. Encrypted connections for agents and clients are now supported by MySQL Cluster Manager. See Section 4.10, “Using Encrypted Connections for MySQL Cluster Manager Agents ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-18.html
Version 8.0.18 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #29898567, Bug #95741) For a replication setup, when the ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/refman/9.7/en/account-categories.html
To kill a session or statement that is executing with the SYSTEM_USER privilege, your own session must have the SYSTEM_USER privilege, in addition to any other required privilege (CONNECTION_ADMIN or the deprecated SUPER privilege). If the user that ... MySQL incorporates the concept of user account categories, based on the SYSTEM_USER ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-reading.html
For example: [ { "timestamp": "2025-05-18 13:39:33", "id": 0, "class": "connection", "event": "connect", ... }, { "timestamp": "2025-05-18 13:39:33", "id": 2, "class": "connection", "event": "disconnect", ... The audit log component supports ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-reading.html
For example: [ { "timestamp": "2020-05-18 13:39:33", "id": 0, "class": "connection", "event": "connect", ... }, { "timestamp": "2020-05-18 13:39:33", "id": 2, "class": "connection", "event": "disconnect", ... Important The audit_log plugin is ...
https://dev.mysql.com/doc/refman/9.7/en/cleartext-pluggable-authentication.html
To avoid problems if there is any possibility that the password would be intercepted, clients should connect to MySQL Server using a method that protects the password. Possibilities include SSL (see Section 8.3, “Using Encrypted Connections”), ... A client-side authentication plugin is available that enables clients to send passwords to the server as cleartext, without hashing or ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-encrypted-data.html
The following requirements apply: A secure connection is required when cloning remote data to ensure safe transfer of unencrypted tablespace keys over the network. An error is reported if an encrypted connection is not available or the REQUIRE NO ...
https://dev.mysql.com/doc/refman/9.7/en/create-server.html
Note The OWNER option is currently not applied, and has no effect on the ownership or operation of the server connection that is created. For example: CREATE SERVER s FOREIGN DATA WRAPPER mysql OPTIONS (USER 'Remote', HOST '198.51.100.106', DATABASE ... CREATE SERVER server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) option: { HOST character-literal | DATABASE character-literal | USER character-literal | PASSWORD character-literal | SOCKET character-literal | OWNER character-literal | PORT numeric-literal } This statement creates the definition of a server for use with the FEDERATED storage ...
https://dev.mysql.com/doc/refman/9.7/en/create-table.html
Note Older versions of MySQL used a COMMENT option for the connection string. | {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ... | [CONSTRAINT [symbol]] UNIQUE [INDEX | KEY] [index_name] [index_type] (key_part,...) ...
Displaying 1081 to 1090 of 2325 total results