PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/myisam-crash-recovery.html
It ends the repair stage by removing the old .MYD file and renaming the new file to the original file name. This section describes how to check for and deal with data corruption in MySQL databases. If your tables become corrupted frequently, you ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-config-file.html
Note It is possible to roll back to a previous configuration by deleting later configuration cache files, or by renaming an earlier cache file so that it has a higher seq_id. Configuring NDB Cluster requires working with two files: my.cnf: ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-binary.html
You should also have the MySQL client (mysql.exe) on this host. For management nodes and data nodes, it is not necessary to install the MySQL Server binary; however, each management node requires the management server daemon (ndb_mgmd.exe); each ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-mgm-definition.html
When this occurs, the old log file is renamed by appending .N to the file name, where N is the next number not yet used with this name. The [ndb_mgmd] section is used to configure the behavior of the management server. If multiple management ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-mgmd.html
By default, when the size of the cluster log reaches one million bytes, the file is renamed to ndb_node_id_cluster.log.seq_id, where seq_id is the sequence number of the cluster log file. The management server is the process that reads the cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-server.html
For backward compatibility, it also reads [mysql_server] sections, but to be current you should rename such sections to [mysql.server]. MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
This program creates the SSL certificate and key files and RSA key-pair files required to support secure connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing. mysql_ssl_rsa_setup can ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlcheck.html
The default behavior of checking tables (--check) can be changed by renaming the binary. The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables. Each table is locked and therefore unavailable to other ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-safe.html
For example, if you specify a [mysqld] section like this, mysqld_safe finds and uses the --log-error option: [mysqld] log-error=error.log For backward compatibility, mysqld_safe also reads [safe_mysqld] sections, but to be current you should rename ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-current-user.html
In some cases, such as statements that change passwords, the function reference is expanded before it is written to the binary log, so that the statement includes the user name. For all other cases, the name of the current user on the source is ...