Search Results
https://dev.mysql.com/doc/refman/8.4/en/myisamlog.html
To create such a file, start the server with a --log-isam=log_file option. Invoke myisamlog like this: myisamlog [options] [file_name [tbl_name] ...] The default operation is update (-u). If a recovery is done (-r), all writes and possibly updates ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-dictionary-tables.html
dictionary_tables contains the columns listed here: table_id The table' unique ID database_name Name of the database containing the table table_name Name of the table status The table status; one of New, Changed, Retrieved, Invalid, or Altered.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-operations.html
Such operations do not require single user mode for NDB table alterations made in an NDB cluster with multiple API nodes; transactions can continue uninterrupted during online DDL operations. MySQL NDB Cluster supports online table schema changes ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-file.html
ndb_print_file obtains information from an NDB Cluster Disk Data file. Usage ndb_print_file [-v] [-q] file_name+ file_name is the name of an NDB Cluster Disk Data file. Like ndb_print_schema_file and ndb_print_sys_file (and unlike most of the other ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbmtd.html
Using ndbmtd differs from using ndbd in two key respects: Because ndbmtd runs by default in single-threaded mode (that is, it behaves like ndbd), you must configure it to use multiple threads. ndbmtd is a multithreaded version of ndbd, the process ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-start-phases.html
There are several different startup types and modes, as shown in the following list: Initial start. This section provides a simplified outline of the steps involved when NDB Cluster data nodes are started. More complete information can be found in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-firewall.html
For a given account, the firewall can operate in recording or protecting mode, for training in the accepted statement patterns or protection against unacceptable statements. MySQL Enterprise Edition includes MySQL Enterprise Firewall, an ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-innodb-replicaset-introduction.html
An InnoDB ReplicaSet does not provide all of the features which InnoDB Cluster provides, such as automatic failover, or multi-primary mode. Instead, AdminAPI provides an effective modern interface to sets of MySQL instances and enables you to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-shell.html
This quick-start guide assumes a certain level of familiarity with MySQL Shell. The following section is a high level overview, see the MySQL Shell documentation for more information. Start MySQL Shell After you have installed and started MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-server.html
The following discussion covers these MySQL server configuration topics: Startup options that the server supports. You can specify these options on the command line, through configuration files, or both. These variables reflect the current state and ...