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/multiple-servers.html
For example, you might run a server from MySQL 5.7 and one from MySQL 8.0, to see how different versions handle a given workload. Parameters can be set on the command line, in option files, or by setting environment variables. To see the values used ... In some cases, you might want to run multiple instances of MySQL on a single ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-connection-strings.html
A bind address consists of a hostname or network address and an optional port number. Consider the following connection string: poseidon:1186;bind-address=localhost, perch:1186;bind-address=198.51.100.242 In this case, the node uses localhost to ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-cluster-locks.html
The cluster_locks table provides information about current lock requests holding and waiting for locks on NDB tables in an NDB Cluster, and is intended as a companion table to cluster_operations. Information obtain from the cluster_locks table may ...The transaction ID (transid column) is the identifier generated by the NDB API for the transaction requesting or holding the current ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs.html
Using and managing an NDB Cluster requires several specialized programs, which we describe in this chapter. We discuss the purposes of these programs in an NDB Cluster, how to use the programs, and what startup options are available for each of ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-enterprise-audit.html
MySQL Enterprise Audit uses the open MySQL Audit API to enable standard, policy-based monitoring and logging of connection and query activity executed on specific MySQL servers. Designed to meet the Oracle audit specification, MySQL Enterprise Audit ... MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server ...
https://dev.mysql.com/doc/refman/8.0/en/mysqld.html
System variables can be set at server startup, and many of them can be changed at runtime to effect dynamic server reconfiguration. MySQL Server manages access to the MySQL data directory that contains databases and tables. The data directory is ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump-delimited-text.html
If you invoke mysqldump with the --tab=dir_name option, it uses dir_name as the output directory and dumps tables individually in that directory using two files for each table. For a table named t1, the files are named t1.sql and t1.txt. The ...
https://dev.mysql.com/doc/refman/8.0/en/native-pluggable-authentication.html
Note The mysql_native_password authentication plugin is deprecated as of MySQL 8.0.34, disabled by default in MySQL 8.4, and removed as of MySQL 9.0.0. The following table shows the plugin names on the server and client sides. Installing Native ...
https://dev.mysql.com/doc/refman/8.0/en/operator-precedence.html
When used as a comparison operator, it has the same precedence as <=>, >=, >, <=, <, <>, !=, IS, LIKE, REGEXP, and IN(). Section 15.7.6.1, “SET Syntax for Variable Assignment”, and Section 11.4, “User-Defined Variables”, explain how MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/perl-installation.html
MySQL Perl support requires that you have installed MySQL client programming support (libraries and header files). These tests attempt to connect to the local MySQL server using the default user name and password. (The default user name is your ...