PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-restore.html
The NDB Cluster restoration program is implemented as a separate command-line utility ndb_restore, which can normally be found in the MySQL bin directory. This is equal to the number of data nodes in the cluster at the time that the backup was ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-cjk.html
This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about CJK (Chinese-Japanese-Korean) issues. Of what issues should I be aware when working with Korean character ...What problems should I be aware of when working with the Big5 Chinese character set? ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
Note PAM pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition supports an authentication method that enables MySQL Server to use PAM (Pluggable Authentication Modules) to ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html
mysqldump sets its connection time zone to UTC and adds SET TIME_ZONE='+00:00' to the dump file. However, if a mysqldump dump file contains multiple triggers for a table that have the same trigger event and action time, an error occurs for attempts ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/refman/8.0/en/firewall-usage.html
Alternatively, to set and persist the firewall setting at runtime: SET PERSIST mysql_firewall_mode = OFF; SET PERSIST mysql_firewall_mode = ON; SET PERSIST sets a value for the running MySQL instance. Invoke sp_set_firewall_mode() again, this time ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.0/en/bit-functions.html
Convert the text UUID to the corresponding 16-byte binary value so that it can be manipulated using bit operations in binary-string context: mysql> SET @uuid = UUID_TO_BIN('6ccd780c-baba-1026-9564-5b8c656024db'); mysql> SELECT HEX(@uuid); ...mysql> ... Table 14.17 Bit Functions and Operators Name Description & Bitwise AND >> Right shift << Left shift ^ Bitwise XOR BIT_COUNT() Return the number of bits that are set | Bitwise OR ~ Bitwise inversion The following list describes available bit functions and operators: | Bitwise ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-what-is-new.html
As an additional part of this work, a new mysqld option --ndb-schema-dist-timeout makes it possible to set the length of time to wait until a schema operation is marked as having timed out. A database thus created uses the default MySQL Server ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-mysql-cluster.html
NDB Cluster Replication (also sometimes known as “geo-replication”) includes the capability to replicate both between two NDB Clusters, and from an NDB Cluster to a non-Cluster MySQL server. In the following section, we answer questions that ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-security-mysql-security-procedures.html
In this section, we discuss MySQL standard security procedures as they apply to running NDB Cluster. In general, any standard procedure for running MySQL securely also applies to running a MySQL Server as part of an NDB Cluster. First and foremost, ...You should also delete the anonymous user account that is installed by ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-commands.html
The following example shows how to define a prompt within an option file to include the current time in hh:mm:ss> format: [mysql] prompt="\\r:\\m:\\s> " Set the prompt interactively. mysql sends each SQL statement that you issue to the server to be ...query_attributes Sets string parameters (name1 value1 name2 value2 ...) for the next query to pick ...