Search Results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html
This wizard helps create SSL certificates for both MySQL clients and MySQL servers. Start the SSL wizard from the SSL tab of a MySQL server connection. In this simple example, MySQL Workbench is installed on the same host as the MySQL Server, and ...Connections in MySQL Workbench are updated with the certificates by the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. <webParts> <personalization defaultProvider="MySQLPersonalizationProvider"> <providers> <clear/> <add ...Minimum ...This tutorial demonstrates how to configure the web parts personalization provider using ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. <webParts> <personalization defaultProvider="MySQLPersonalizationProvider"> <providers> <clear/> <add ...Minimum ...This tutorial demonstrates how to configure the web parts personalization provider using ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-agent.html
--mysqlport TCP/IP port for the monitored MySQL server --mysqlsocket Unix socket/Named pipe for the monitored MySQL server --mysqluser MySQL Administrative username for the monitored MySQL server --optionfile Installation option file ...Table 9.2 ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-transaction-compression.html
MySQL supports binary log transaction compression; when this is enabled, transaction payloads are compressed using the zstd algorithm, and then written to the server's binary log file as a single event (a Transaction_payload_event). You can enable ...Compressed transaction payloads remain in a compressed state while they are sent in the replication stream to replicas, other Group Replication group members, or clients such as ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-connection-strings.html
(See the documentation for the respective executable.) It is also possible to set the connection string for all nodes in the cluster at once by placing it in a [mysql_cluster] section in the management server's my.cnf file. With the exception of ...
https://dev.mysql.com/doc/refman/8.4/en/replication-binlog-encryption.html
The encryption algorithm used for the files, the AES (Advanced Encryption Standard) cipher algorithm, is built in to MySQL Server and cannot be configured. You enable this encryption on a MySQL server by setting the binlog_encryption system variable ... MySQL binary log files and relay log files can be encrypted, helping to protect these files and the potentially sensitive data contained in them from being misused by outside attackers, and also from unauthorized viewing by users of the operating system where they are ...
https://dev.mysql.com/doc/refman/8.4/en/replication-setup-replicas.html
Tip To deploy multiple instances of MySQL, you can use InnoDB Cluster which enables you to easily administer a group of MySQL server instances in MySQL Shell. As an alternative to creating a new replica in this way, MySQL Server's clone plugin can ...On the source, released the read lock: mysql> UNLOCK TABLES; On the replica, edited the MySQL ...Before ...