MySQL log file

Source: Internet
Author: User

MySQL can configure the generation of binary log files

Visible in/ETC/MY.CNF

Log-bin=mysql-bin

Files visible under the MySQL path:

to set the number of saved log files :

Modifying/etc/my.cnf in the configuration file requires the restart of MySQL to take effect:

Expire_logs_days=7 (keep data for 7 days)

Modify the configuration on line:

Show variables like '%expire_logs_days% '; View the current configuration

Set global expire_logs_days=5; modifying scenarios

Effective time: The deleted file is automatically checked the next time the log file is generated.

to delete an existing log file scenario:

Log in to MySQL

View Log list show binary logs;

Delete log: PURGE MASTER LOGS to ' mysql-bin.010′; Delete files before mysql-bin.010, not including 010

Delete all: Reset master; ( not used to confirm )

MySQL log file

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.