Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 41 to 50 of 58 total results
https://dev.mysql.com/doc/refman/9.7/en/batch-mode.html
Why use a script? Here are a few reasons: If you run a query repeatedly (say, every day or every week), making it a script enables you to avoid retyping it each time you execute it. In the previous sections, you used mysql interactively to enter ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-replication.html
The replica 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 replica be ...
https://dev.mysql.com/doc/refman/9.7/en/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 ...
https://dev.mysql.com/doc/refman/9.7/en/replication-solutions-backups-mysqldump.html
Using mysqldump to create a copy of a database enables you to capture all of the data in the database in a format that enables the information to be imported into another instance of MySQL Server (see Section 6.5.4, “mysqldump — A Database ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options-replica.html
Regardless of how the server was built, the default value is 300 milliseconds, and the maximum possible value is 4294967295 milliseconds (approximately 49.7 days). This section explains the server options and system variables that apply to replica ...
https://dev.mysql.com/doc/refman/9.7/en/replication-delayed.html
For example, by configuring a replica with a delay of one week, if you then need to see what the database looked like before the last few days' worth of development, the delayed replica can be inspected. MySQL supports delayed replication such that ...
https://dev.mysql.com/doc/refman/9.7/en/replication-asynchronous-connection-failover-source.html
Note that the defaults for these options, which were designed for a connection to a single source, make the replica retry the same connection for 60 days. To activate asynchronous connection failover for a replication channel set ...
https://dev.mysql.com/doc/refman/9.7/en/purge-binary-logs.html
PURGE BINARY LOGS { TO 'log_name' | BEFORE datetime_expr } The binary log is a set of files that contain information about data modifications made by the MySQL server. The log consists of a set of binary log files, plus an index file (see Section ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-timing.html
Using the cycle counter is much cheaper than getting the actual time of day. For example, the standard gettimeofday() function can take hundreds of cycles, which is an unacceptable overhead for data gathering that may occur thousands or millions of ... Events are collected by means of instrumentation added to the server source ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-temporary-account-locks-table.html
PASSWORD_LOCK_TIME Lock time, in days, as defined in the password locking policy. The temporary_account_locks table lists the users with temporarily locked accounts. The temporary_account_locks table has these columns: USER The user name of the ...
Displaying 41 to 50 of 58 total results