The world's most popular open source database
Contact a MySQL Representative
Login | Register
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.
This statement was named FLUSH MASTER before MySQL 3.23.26.
FLUSH MASTER
Warning: breaks replication, use "flush logs".
Add your own comment.
User Comments
Warning: breaks replication, use "flush logs".
Add your own comment.