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
Displaying 71 to 80
of 81 total results
- « Previous
- 6
- 7
- 8
- 9
- Next »
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-cluster-programs-ndb-restore.html
Values in the argument string are listed here: db: Database name, following any renames performed by --rewrite-database. The NDB Cluster restoration program is implemented as a separate command-line utility ndb_restore, which can normally be found ...
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/mysqldump.html
While a --single-transaction dump is in process, to ensure a valid dump file (correct table contents and binary log coordinates), no other connection should use the following statements: ALTER TABLE, CREATE TABLE, DROP TABLE, RENAME TABLE, TRUNCATE ... 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 ...
Displaying 71 to 80
of 81 total results
- « Previous
- 6
- 7
- 8
- 9
- Next »