PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/displaying-traces.html
As noted previously, you should ensure that end_markers_in_json is OFFwhen executing the SELECT INTO statement, so that the output is valid JSON. Examining a trace in the mysql command-line client can be made less difficult using the pager less ...
https://dev.mysql.com/doc/refman/5.7/en/downgrade-binary-package.html
For example: mysql -u root -p --execute="SET GLOBAL innodb_fast_shutdown=0" With a slow shutdown, InnoDB performs a full purge and change buffer merge before shutting down, which ensures that data files are fully prepared in case of file format ...
https://dev.mysql.com/doc/refman/5.7/en/downgrading.html
SQL statements can be executed using the mysql command-line client (connect as root to ensure that you have the necessary privileges). This section describes the steps to downgrade a MySQL installation. Downgrading is typically performed because of ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-monitoring.html
Note If you are monitoring one or more secondary instances using mysqladmin, you should be aware that a FLUSH STATUS statement executed by this utility creates a GTID event on the local instance which may impact future group operations. You can use ...
https://dev.mysql.com/doc/refman/5.7/en/making-windows-dumps.html
Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. These files provide information for debugging your MySQL installation in the event of a problem. This is a separate download ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-windows-services.html
On Windows, a MySQL server can run as a Windows service. The procedures for installing, controlling, and removing a single MySQL service are described in Section 2.3.4.8, “Starting MySQL as a Windows Service”. To set up multiple MySQL services, ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-debian.html
All NDB Cluster executables, such as ndb_mgm, ndbd, and ndb_mgmd, are placed in the bin directory. The section provides information about installing NDB Cluster on Debian and related Linux distributions such Ubuntu using the .deb files supplied by ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndbinfo-blocks.html
The blocks table contains the following columns: block_number Block number block_name Block name Notes To obtain a list of all block names, simply execute SELECT block_name FROM ndbinfo.blocks. The blocks table is a static table which simply ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-size-pl.html
This is a Perl script that can be used to estimate the amount of space that would be required by a MySQL database if it were converted to use the NDBCLUSTER storage engine. Unlike the other utilities discussed in this section, it does not require ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-quick.html
First, you need to create a configuration directory such as /var/lib/mysql-cluster, by executing the following command as the system root user: $> mkdir /var/lib/mysql-cluster In this directory, create a file named config.ini that contains the ...