Search

Download this Manual
PDF (US Ltr) - 41.9Mb
PDF (A4) - 42.0Mb
Man Pages (TGZ) - 272.3Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 41 to 50 of 585 total results
https://dev.mysql.com/doc/refman/9.7/en/charset-collation-coercibility.html
But if they have different collations, should the comparison use the collation of x, or of 'Y'? Both x and 'Y' have collations, so which collation takes precedence? A mix of collations may also occur in contexts other than comparison. The ... In the ...
https://dev.mysql.com/doc/refman/9.7/en/docker-mysql-more-topics.html
Both MYSQL_USER and MYSQL_PASSWORD are required for a user to be created—if any of the two variables is not set, the other is ignored. If both variables are set but MYSQL_DATABASE is not, the user is created without any privileges. It is ...A ...
https://dev.mysql.com/doc/refman/9.7/en/enterprise-encryption-usage.html
Use the public key to encrypt data and the private key to decrypt it This example works with both the component functions and the legacy functions. To use MySQL Enterprise Encryption in applications, invoke the functions that are appropriate for ...
https://dev.mysql.com/doc/refman/9.7/en/error-log-configuration.html
By default, log_error_services has the value shown here: mysql> SELECT @@GLOBAL.log_error_services; +----------------------------------------+ | @@GLOBAL.log_error_services | +----------------------------------------+ | log_filter_internal; ... In ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-mysql-cluster.html
NDB and NDBCLUSTER are both names for the storage engine that enables clustering support with MySQL. NDB Cluster Replication (also sometimes known as “geo-replication”) includes the capability to replicate both between two NDB Clusters, and from ... In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage ...
https://dev.mysql.com/doc/refman/9.7/en/kerberos-pluggable-authentication.html
This way both the user and the server are able to verify each other's identity. This step can be skipped or partially skipped if the TGT, ST, or both are already cached locally. For example, you cannot create MySQL accounts that correspond to both ... Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/multiple-tables.html
An INNER JOIN permits rows from either table to appear in the result if and only if both tables meet the conditions specified in the ON clause. Because the name column occurs in both tables, you must be specific about which table you mean when ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-top.html
This option or --text must be true; both options may be true. This option or --os-load must be true; both options may be true. This option or --measured-load must be true; both options may be true. This option or --graph must be true; both options ... ndb_top displays running information in the terminal about CPU usage by NDB threads on an NDB Cluster data ...
https://dev.mysql.com/doc/refman/9.7/en/privileges-provided.html
OPTION_TRACKER_OBSERVER This privilege provides write access to the mysql_option.option_usage table; both the privilege and the table are supplied by the Option Tracker component. OPTION_TRACKER_UPDATER This privilege is required for write access to ... The privileges granted to a MySQL account determine which operations the account can ...
https://dev.mysql.com/doc/refman/9.7/en/replication-features-transactions.html
In MySQL 26.7 (and later), transactions that update both transactional tables and tables which are nontransactional or noncomposable are deprecated, and causes a deprecation warning to be written to both the client and the error log. You should also ...In MySQL 26.7 only the InnoDB and BLACKHOLE storage engines are transactional and composable; NDBCLUSTER is transactional but not ...
Displaying 41 to 50 of 585 total results