Search



Search Results
Displaying 451 to 460 of 2435 total results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-30-2.0.5.html
(Bug #33788741) Removed the AUDIT_READ securityContext capability; a feature introduced in Linux Kernel 3.16 which is too new for some K8s installations, such as Enterprise Linux 7. Functionality Added or Changed Bugs Fixed Functionality Added or ...
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
UNLOCK unlocks any account named by the statement that is temporarily locked due to too many failed logins. MySQL supports locking and unlocking user accounts using the ACCOUNT LOCK and ACCOUNT UNLOCK clauses for the CREATE USER and ALTER USER ...
https://dev.mysql.com/doc/refman/8.4/en/choosing-types.html
If accuracy is not too important or if speed is the highest priority, the DOUBLE type may be good enough. For optimum storage, you should try to use the most precise type in all cases. For example, if an integer column is used for values in the ...
https://dev.mysql.com/doc/refman/8.4/en/collation-diagnostics.html
The MySQL server generates diagnostics when it finds problems while parsing the Index.xml file: Unknown tags are written to the error log. For example, the following message results if a collation definition contains a <aaa> tag: [Warning] Buffered ...
https://dev.mysql.com/doc/refman/8.4/en/connecting.html
This command connects to the server running on remote.example.com using the default port number (3306): mysql --host=remote.example.com To specify a port number explicitly, use the --port or -P option: mysql --host=remote.example.com --port=13306 ...
https://dev.mysql.com/doc/refman/8.4/en/creating-tables.html
Storing birth date rather than age has other advantages, too: You can use the database for tasks such as generating reminders for upcoming pet birthdays. You want a table that contains a record for each of your pets. This can be called the pet ...
https://dev.mysql.com/doc/refman/8.4/en/database-use.html
(You can terminate such statements with a semicolon if you like; it does no harm.) The USE statement is special in another way, too: it must be given on a single line. Once you know how to enter SQL statements, you are ready to access a database.
https://dev.mysql.com/doc/refman/8.4/en/deallocate-prepare.html
If too many prepared statements are created and not deallocated by either the DEALLOCATE PREPARE statement or the end of the session, you might encounter the upper limit enforced by the max_prepared_stmt_count system variable. {DEALLOCATE | DROP} ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-functions.html
This occurs, for example, if a function does not support a specified algorithm, a key length is too short or long, or a string expected to be a key string in PEM format is not a valid key. The maximum allowed key length is the value of the ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-user-credentials.html
If group members have been set up to support the use of a remote cloning operation as part of distributed recovery, this replication user is also used as the clone user on the donor, and requires the correct permissions for this role too. Group ...
Displaying 451 to 460 of 2435 total results