PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 296.4Kb
Man Pages (Zip)
- 401.7Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/innodb-moving-data-files-offline.html
(Unix shells treat it as a command terminator, for example.) Startup command: mysqld --innodb-directories="directory_path_1;directory_path_2" MySQL option file: [mysqld] innodb_directories="directory_path_1;directory_path_2" The following procedure ... The innodb_directories variable, which defines directories to scan at startup for tablespace files, supports moving or restoring tablespace files to a new location while the server is ...
https://dev.mysql.com/doc/refman/8.0/en/install-plugin.html
This procedure has the advantage that it can be used without stopping the server. INSTALL PLUGIN plugin_name SONAME 'shared_library_name' This statement installs a server plugin. It requires the INSERT privilege for the mysql.plugin system table ...
https://dev.mysql.com/doc/refman/8.0/en/ldml-collation-example.html
To add a UCA collation for a Unicode character set without recompiling MySQL, use the following procedure. If you are unfamiliar with the LDML rules used to describe the collation's sort characteristics, see Section 12.14.4.2, “LDML Syntax ...
https://dev.mysql.com/doc/refman/8.0/en/lock-order-tool.html
To use the LOCK_ORDER tool, follow this procedure: Build MySQL from source, configuring it with the -DWITH_LOCK_ORDER=ON CMake option so that the build includes LOCK_ORDER tooling. The MySQL server is a multithreaded application that uses numerous ...
https://dev.mysql.com/doc/refman/8.0/en/log-destinations.html
The example uses the general query log; the procedure for the slow query log is similar but uses the slow_log table and slow_query_log system variable. MySQL Server provides flexible control over the destination of output written to the general ...
https://dev.mysql.com/doc/refman/8.0/en/macos-installation-notes.html
You should keep the following issues and notes in mind: Other MySQL installations: The installation procedure does not recognize MySQL installations by package managers such as Homebrew. The installation and upgrade process is for MySQL packages ...
https://dev.mysql.com/doc/refman/8.0/en/multiple-windows-services.html
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”. On Windows, a MySQL server can run as a Windows service. To set up multiple MySQL services, ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux.html
While the next few sections refer to a Linux operating system, the instructions and procedures given there should be easily adaptable to other supported Unix-like platforms. This section covers installation methods for NDB Cluster on Linux and ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-windows.html
This section describes installation procedures for NDB Cluster on Windows hosts. NDB Cluster 8.0 binaries for Windows can be obtained from https://dev.mysql.com/downloads/cluster/. For information about installing NDB Cluster on Windows from a ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-backups.html
This having been done, the procedure for making a backup and then restoring from it is as follows: There are two different methods by which the backup may be started. Each system running an ndbd process for the source cluster has cluster backup ...