Search Results
https://dev.mysql.com/doc/refman/9.7/en/security-guidelines.html
In discussing security, it is necessary to consider fully protecting the entire server host (not just the MySQL server) against all types of applicable attacks: eavesdropping, altering, playback, and denial of service. There is also support for ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-channel-details.html
The replica is a high availability DB System and a switchover is happening in it. A restart, upgrade, or update is happening to the replica DB System. The replica is a high availability DB System and a failover is happening in it. The target DB ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-data-arguments.html
These types are supported as in the MySQL server with the following exceptions: String argument and return types can use the utf8mb4 or binary character sets; use of other character sets for these raises an error. This restriction applies to ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-security-mysql-security-procedures.html
First and foremost, you should always run a MySQL Server as the mysql operating system user; this is no different from running MySQL in a standard environment (that is, not using NDB). In general, any standard procedure for running MySQL securely ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-33-2.0.9.html
For example, "mysql/mysql-operator" becomes "container-registry.oracle.com/mysql/community-operator" with similar changes for the router, server, and operating system. Known Limitation Functionality Added or Changed Bugs Fixed Known Limitation A ...
https://dev.mysql.com/doc/refman/9.7/en/datetime.html
The current time zone is available as the value of the time_zone system variable. (This does not occur for other types such as DATETIME.) By default, the current time zone for each connection is the server's time. For more information, see Section ...This section describes their characteristics, how they are similar, and how they ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-replication-asynchronous-connection-failover-managed-table.html
For the GroupReplication managed service, the identifier is the value of the group_replication_group_name system variable. The asynchronous connection failover mechanism fails over the connection if another available server on the source list has a ... This table holds configuration information used by the replica's asynchronous connection failover mechanism to handle managed groups, including Group Replication ...
https://dev.mysql.com/doc/refman/9.7/en/stored-objects-security.html
The exception is if the activate_all_roles_on_login system variable is enabled, in which case MySQL Server sets all roles granted to the DEFINER user, including mandatory roles. Additionally, to set a stored object DEFINER attribute to an account ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-rejoin.html
These Group Replication internal transactions are identified by the UUID specified by the group_replication_view_change_uuid system variable, and the cluster rejoin process can reconcile them. Follow this procedure to rejoin an InnoDB Cluster to the ... If an InnoDB Cluster is part of an InnoDB ClusterSet deployment, MySQL Shell automatically restores it to its role in the topology immediately after a reboot, provided that it is functioning acceptably and has not been marked as ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-read-only-instance.html
You can query InnoDB tables where the MySQL data directory is on read-only media by enabling the --innodb-read-only configuration option at server startup. Run the server with change buffering disabled (innodb_change_buffering=0) and do a slow ...