Search Results
https://dev.mysql.com/doc/refman/8.4/en/checking-rpm-signature.html
Rather, RPM maintains a separate keyring because it is a system-wide application and a user's GPG public keyring is a user-specific file. RPM 4.1 no longer uses your personal GPG keyring (or GPG itself). To import the MySQL public key into the RPM ...
https://dev.mysql.com/doc/refman/8.4/en/differences-from-ansi.html
We try to make MySQL Server follow the ANSI SQL standard and the ODBC SQL standard, but MySQL Server performs operations differently in some cases: There are several differences between the MySQL and standard SQL privilege systems. For example, in ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-observability.html
The entire state of the system (including the view, conflict statistics and service states) can be queried through Performance Schema tables. The distributed nature of the replication protocol and the fact that server instances agree and thus ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-autocommit-commit-rollback.html
Grouping DML Operations with Transactions By default, connection to the MySQL server begins with autocommit mode enabled, which automatically commits every SQL statement as you execute it. This mode of operation might be unfamiliar if you have ...If ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-temp-table-info.html
The NAME column displays the system-generated name for the temporary table, which is prefixed with “#sql”. mysql> SELECT * FROM INFORMATION_SCHEMA.INNODB_TEMP_TABLE_INFO\G An empty set is returned because INNODB_TEMP_TABLE_INFO and its data are ... INNODB_TEMP_TABLE_INFO provides information about user-created InnoDB temporary tables that are active in the InnoDB ...
https://dev.mysql.com/doc/refman/8.4/en/installing.html
If you are interested in migrating to MySQL from another database system, see Section A.8, “MySQL 8.4 FAQ: Migration”, which contains answers to some common questions concerning migration issues. Alternatively, use the Secure Deployment Guide, ...A summary of the procedure follows and later sections provide the ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-launchd.html
To enable the launchd service, you can either: Open macOS system preferences and select the MySQL preference panel, and then execute Start MySQL Server. Uninstall uninstalls MySQL Server and optionally the MySQL preference panel and launchd ...
https://dev.mysql.com/doc/refman/8.4/en/myisam-ftdump.html
It reads the MyISAM index file directly, so it must be run on the server host where the table is located. Before using myisam_ftdump, be sure to issue a FLUSH TABLES statement first if the server is running. myisam_ftdump scans and dumps the entire ...
https://dev.mysql.com/doc/refman/8.4/en/myisamchk.html
Possible causes include but are not limited to file system errors. The most effective means of doing so is to shut down the MySQL server while running myisamchk, or to lock all tables that myisamchk is being used on. The myisamchk utility gets ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
Table 25.25 Common NDB cluster log messages Log Message Description Event Name Event Type Priority Severity Node mgm_node_id: Node data_node_id Connected The data node having node ID node_id has connected to the management server (node mgm_node_id).