Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 411 to 420 of 898 total results
https://dev.mysql.com/doc/refman/8.0/en/events-configuration.html
For SQL statements used to create, alter, and drop events, see Section 27.4.3, “Event Syntax”. Events are executed by a special event scheduler thread; when we refer to the Event Scheduler, we actually refer to this thread. When running, the ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-summary.html
These are very powerful properties that translate into very useful abstractions that one can resort to build more advanced database replication solutions. The conflict resolution procedure states that the transaction that was ordered first commits ... Group Replication is a technique that can be used to implement fault-tolerant ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-innodb-tablespaces-table.html
It is ready to be dropped or made active again by an ALTER UNDO TABLESPACE ... The INNODB_TABLESPACES table provides metadata about InnoDB file-per-table, general, and undo tablespaces. For related usage information and examples, see Section ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-general-info.html
While many standard MySQL schemas and applications can work using NDB Cluster, it is also true that unmodified applications and database schemas may be slightly incompatible or have suboptimal performance when run using NDB Cluster (see Section ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-pitr.html
To perform point-in-time recovery of NDB Cluster, it is necessary to follow the steps shown here: Back up all NDB databases in the cluster, using the START BACKUP command in the ndb_mgm client (see Section 25.6.8, “Online Backup of NDB Cluster”). Point-in-time recovery—that is, recovery of data changes made since a given point in time—is performed after restoring a full backup that returns the server to its state when the backup was ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-installer-workflow.html
The configuration options presented during this step are specific to the version of database or router that you selected to install. MySQL Installer provides a wizard-like tool to install and configure new MySQL products for Windows. Unlike the ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-optimization.html
Applications that monitor databases may make frequent use of Performance Schema tables. Performance Schema indexes are predefined and cannot be dropped, added, or altered. To write queries for these tables most efficiently, take advantage of their ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-status-monitoring.html
However, the content of the tables in the performance_schema database misses events. The Performance_schema_mutex_classes_lost status variable is the only visible sign to indicate that some events were dropped internally due to failure to create ...
https://dev.mysql.com/doc/refman/8.0/en/query-attributes.html
Examples of the ways query attributes may be used: A web application produces pages that generate database queries, and for each query must track the URL of the page that generated it. Because installing and uninstalling the query_attributes ... The ...
https://dev.mysql.com/doc/refman/8.0/en/rename-user.html
However, RENAME USER does not automatically drop or invalidate databases or objects within them that the old user created. RENAME USER old_user TO new_user [, old_user TO new_user] ... An error occurs for old accounts that do not exist or new ...
Displaying 411 to 420 of 898 total results