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/partitioning-limitations.html
As of MySQL 8.0.21, the directory specified in a DATA DIRECTORY clause must be known to InnoDB. However, this is dependent on the operating system, and may not be possible or advisable on all platforms; see Section B.3.2.16, “File Not Found and ...
https://dev.mysql.com/doc/refman/8.0/en/replication-gtids-failover.html
The server where the snapshot is taken can be either the source or one of its replicas, but you must ensure that the server has processed all required transactions before copying the data. There are several variants of this method, the difference ...
https://dev.mysql.com/doc/refman/8.0/en/starting-server-troubleshooting.html
Log files are located in the data directory (typically C:\Program Files\MySQL\MySQL Server 8.0\data on Windows, /usr/local/mysql/data for a Unix/Linux binary distribution, and /usr/local/var for a Unix/Linux source distribution). Look in the data ...
https://dev.mysql.com/doc/refman/8.0/en/clone.html
CLONE clone_action clone_action: { LOCAL DATA DIRECTORY [=] 'clone_dir'; | INSTANCE FROM 'user'@'host':port IDENTIFIED BY 'password' [DATA DIRECTORY [=] 'clone_dir'] [REQUIRE [NO] SSL] } The CLONE statement is used to clone data locally or from a ...The MySQL server requires the necessary write access to create the specified ...
https://dev.mysql.com/doc/refman/8.0/en/windows-symbolic-links.html
Alternatively, on any version of Windows supported by MySQL, you can create a symbolic link to a MySQL database by creating a .sym file in the data directory that contains the path to the destination directory. The file should be named db_name.sym, ...Use of database symlinks on Windows is similar to their use on Unix, although the procedure for setting up the link ...
https://dev.mysql.com/doc/refman/8.0/en/symbolic-links-to-tables.html
To determine whether your system supports symbolic links, check the value of the have_symlink system variable using this statement: SHOW VARIABLES LIKE 'have_symlink'; The handling of symbolic links for MyISAM tables works as follows: In the data ...
https://dev.mysql.com/doc/refman/8.0/en/myisamchk.html
If you run myisamchk somewhere other than in the database directory, you must specify the path to the database directory, because myisamchk has no idea where the database is located. In fact, myisamchk does not actually care whether the files you ...
https://dev.mysql.com/doc/refman/8.0/en/replication-setup-replicas.html
Obtained the source status information, or a copy of the source's binary log index file made during a shutdown for the data snapshot. If you are setting up a new replication environment using the data from a different existing database server to ...
https://dev.mysql.com/doc/refman/8.0/en/ldap-pluggable-authentication.html
The files must be located in the directory named by the plugin_dir system variable. To be usable by the server, the plugin library files must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). A MySQL ...The following tables show the plugin and library file names for simple and SASL-based LDAP ... Note LDAP ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-backup-using-management-client.html
If an existing backup_id value is used, the backup fails with the error Backup failed: file already exists. This function has the form shown here: key = KDF(random_salt, password) The key so generated is then used to encrypt the backup data using ...