Rechercher dans le manuel MySQL
13.7.7.6 RESET Syntax
- RESET reset_option [, reset_option] ...
- reset_option: {
- MASTER
- | SLAVE
- }
The RESET
statement is used to
clear the state of various server operations. You must have the
RELOAD
privilege to execute
RESET
.
For information about the RESET
PERSIST
statement that removes persisted global system
variables, see Section 13.7.7.7, “RESET PERSIST Syntax”.
RESET
acts as a stronger version
of the FLUSH
statement. See
Section 13.7.7.3, “FLUSH Syntax”.
The RESET
statement causes an
implicit commit. See Section 13.3.3, “Statements That Cause an Implicit Commit”.
The following list describes the permitted
RESET
statement
reset_option
values:
RESET MASTER
Deletes all binary logs listed in the index file, resets the binary log index file to be empty, and creates a new binary log file.
RESET SLAVE
Makes the slave forget its replication position in the master binary logs. Also resets the relay log by deleting any existing relay log files and beginning a new one.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-reset.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.