Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-exporting-data-mysql-shell.html
Note:Exports created by MySQL Shell 8.0.27, or higher, cannot be imported by earlier versions of MySQL Shell. To export a schema from a source MySQL Server: Start a MySQL Shell session and connect to the source MySQL Server: mysqlsh ... Exporting ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-launch-starter-dbsystem.html
Username: Name of the user that will be granted a specific set of MySQL Server administrator privileges. The state will change from Creating to Active when the operation has completed successfully. Launching a Starter DB System 3.2 Launching a ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-source-configuration.html
The replication user must be present on the source server with the required privileges. Source Configuration 8.3 Source Configuration To use inbound replication in MySQL HeatWave on AWS, the source and its network connection to the replica DB ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-32-2.0.8.html
(Bug #34719171) InnoDB cluster deployment could create a second router before the first router was terminated, and do so when one router was expected. (Bug #34648640) Added a securityContext specification to backups that allows the backup pod to ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-dns-srv.html
It is the users' responsibility to provide a full service host name; Connector/J does not append any prefix nor validate the host name structure. The following are examples of valid service host name patterns: foo.domain.local ... Connector/J ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation-unicode-uca.html
It is not possible to create user-defined UCA collations for utf16le; there is no utf16le_unicode_ci collation that would serve as the basis for such collations. Table 12.4 MySQL Character Sets Available for User-Defined UCA Collations Character Set ... This section describes how to add a UCA collation for a Unicode character set by writing the <collation> element within a <charset> character set description in the MySQL Index.xml ...
https://dev.mysql.com/doc/refman/8.4/en/administrative-connection-interface.html
As mentioned in Connection Volume Management, to allow for the need to perform administrative operations even when max_connections connections are already established on the interfaces used for ordinary connections, the MySQL server permits a ...
https://dev.mysql.com/doc/refman/8.4/en/alter-server.html
ALTER SERVER server_name OPTIONS (option [, option] ...) Alters the server information for server_name, adjusting any of the options permitted in the CREATE SERVER statement. For example, to update the USER option: ALTER SERVER s OPTIONS (USER ...
https://dev.mysql.com/doc/refman/8.4/en/apache.html
There are programs that let you authenticate your users from a MySQL database and also let you write your log files into a MySQL table.
https://dev.mysql.com/doc/refman/8.4/en/bit-functions.html
Arguments that count as binary strings include column values, routine parameters, local variables, and user-defined variables that have a binary string type: BINARY, VARBINARY, or one of the BLOB types. Table 14.17 Bit Functions and Operators Name ...