https://dev.mysql.com/events-overview.html
A recurrent event repeats its action at a regular interval, and the schedule for a recurring event can be assigned a specific start day and time, end day and time, both, or neither. MySQL Events are tasks that run according to a schedule. When you ...
https://dev.mysql.com/group-replication-configuring-consistency-guarantees.html
Scenario 7 On the same system as described in Scenario 6, every day an instruction needs to do some analytical processing, and as such it requires to always read the most up-to-date data. Although the Transaction Synchronization Points section ...
https://dev.mysql.com/faqs-replication.html
The slave can go down or stay disconnected for hours or even days, and then reconnect and catch up on updates. In the following section, we provide answers to questions that are most frequently asked about MySQL Replication. Must the slave be ...
https://dev.mysql.com/mysql-commands.html
mysql sends each SQL statement that you issue to the server to be executed. There is also a set of commands that mysql itself interprets. For a list of these commands, type help or \h at the mysql> prompt: mysql> help List of all MySQL commands: ...
https://dev.mysql.com/innodb-memcached-internals.html
For the latter, the number of seconds may not exceed 60*60*24*30 (the number of seconds in 30 days). The InnoDB memcached engine accesses InnoDB through InnoDB APIs, most of which are directly adopted from embedded InnoDB. InnoDB API functions are ...
https://dev.mysql.com/charset.html
MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations. You can specify character sets at the server, database, table, and column level.
https://dev.mysql.com/innodb-memcached-tuning.html
For example, imagine a system that monitors traffic crossing a busy bridge, recording data for approximately 100,000 vehicles each day. Because using InnoDB in combination with memcached involves writing all data to disk, whether immediately or ...
https://dev.mysql.com/replication-mode-change-online-verify-transactions.html
Or wait for a day, or whatever time period you consider safe for your deployment. This section explains how to monitor a replication topology and verify that all anonymous transactions have been replicated. This is helpful when changing the ...
https://dev.mysql.com/mysql-installer-catalog-dashboard.html
Use this option to enable or disable automatic catalog updates and to reset the time of day when the MySQL Installer updates the catalog automatically. Product Catalog MySQL Installer Dashboard Locating Products to Install This section describes ...
https://dev.mysql.com/resource-groups.html
(Perhaps batch jobs assigned to the group should run at lower priority during the day and at higher priority during the night.) The DBA can also adjust the set of CPUs available to the group. MySQL supports creation and management of resource ...