PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/import-table.html
Given those file names, the copy commands look like this: $> cd export_basedir/data/hr $> cp employees_125.sdi /tmp/export $> cp managers_238.sdi /tmp/export $> cp employees.{MYD,MYI} /tmp/export $> cp managers.{MYD,MYI} /tmp/export Unlock the ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html
You can try to restart the database with innodb_force_recovery=6 In this case, initialize a new MySQL instance and start the data loading procedure again. The following procedure demonstrates how to disable redo logging when loading data into a new ... The redo log is a disk-based data structure used during crash recovery to correct data written by incomplete ...
https://dev.mysql.com/doc/refman/8.0/en/installing-source-distribution.html
Perform postinstallation procedures using the instructions in Section 2.9, “Postinstallation Setup and Testing”. Note The procedure shown here does not set up any passwords for MySQL accounts. After following the procedure, proceed to Section ...
https://dev.mysql.com/doc/refman/8.0/en/installing.html
A summary of the procedure follows and later sections provide the details. If you plan to upgrade an existing version of MySQL to a newer version rather than install MySQL for the first time, see Chapter 3, Upgrading MySQL, for information about ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-hashicorp-plugin.html
The role ID and secret ID values to use are those obtained during the HashiCorp Vault setup procedure performed previously. The setup procedure also results in a store path of /v1/kv/mysql, which is the value to assign to ... Note The ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-key-migration.html
This pertains to migration strategy because the way in which the source and destination keystores are managed determines whether a particular type of key migration is possible and the procedure for performing it: Migration from one keyring plugin to ... A keyring migration copies keys from one keystore to another, enabling a DBA to switch a MySQL installation to a different ...
https://dev.mysql.com/doc/refman/8.0/en/ldap-pluggable-authentication.html
Simple LDAP Authentication (Without Proxying) The procedure outlined in this section requires that authentication_ldap_simple_group_search_attr be set to an empty string, like this: SET GLOBAL.authentication_ldap_simple_group_search_attr=''; ...
https://dev.mysql.com/doc/refman/8.0/en/multiple-windows-command-line-servers.html
The procedure for starting a single MySQL server manually from the command line is described in Section 2.3.4.6, “Starting MySQL from the Windows Command Line”. Use this procedure: Make sure that each data directory exists, including its own ...
https://dev.mysql.com/doc/refman/8.0/en/myisam-repair.html
Otherwise, use the following procedure: Make a backup of the data file before continuing. You want to retain a copy in case something goes wrong.) Important If you are using replication, you should stop it prior to performing the above procedure, ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html
--routines, -R Command-Line Format --routines Include stored routines (procedures and functions) for the dumped databases in the output. The output generated by using --routines contains CREATE PROCEDURE and CREATE FUNCTION statements to create the ... 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 ...