Search Results
https://dev.mysql.com/doc/refman/8.4/en/binary-log-mysql-database.html
This pertains to statements such as GRANT, REVOKE, SET PASSWORD, RENAME USER, CREATE (all forms except CREATE TABLE ... The contents of the grant tables in the mysql database can be modified directly (for example, with INSERT or DELETE) or ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
In this case, remove or rename the data directory and try again. After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some MySQL installation methods, data directory initialization ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-moving-data-files-offline.html
innodb_directories supports renaming of tablespace files when moving files to a scanned directory. The innodb_directories variable, which defines directories to scan at startup for tablespace files, supports moving or restoring tablespace files to ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-okv-plugin.html
The decrypted file should display on the console: $> openssl rsa -in key.pem.new -passin file:password.txt Remove the original key.pem file and rename key.pem.new to key.pem. Note The keyring_okv plugin is an extension included in MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/8.4/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/8.4/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/8.4/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/8.4/en/mysql-cluster-tls.html
If the tool finds existing key and certificate files, it renames them to reflect their retired status, and saves the newly created key and certificate as active files; the new files are used the next time that the node is restarted. This section ...