Search



Search Results
Displaying 1331 to 1340 of 3428 total results
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 ...
https://dev.mysql.com/doc/refman/8.4/en/calculating-days.html
CREATE TABLE t1 (year YEAR, month INT UNSIGNED, day INT UNSIGNED); INSERT INTO t1 VALUES(2000,1,1),(2000,1,20),(2000,1,30),(2000,2,2), (2000,2,23),(2000,2,23); The example table contains year-month-day values representing visits by users to the page. The following example shows how you can use the bit group functions to calculate the number of days per month a user has visited a Web ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-views.html
You may also find the MySQL User Forums to be helpful. Is there a discussion forum for MySQL Views? See the MySQL User Forums. What happens to a view if an underlying table is dropped or renamed? After a view has been created, it is possible to drop ...What happens to a view if an underlying table is dropped or renamed? ...
Displaying 1331 to 1340 of 3428 total results