How to disable MySQL logs, delete mysql logs, and disable mysql Log Deletion

Source: Internet
Author: User

How to disable MySQL logs, delete mysql logs, and disable mysql Log Deletion
By default, log files are enabled for MySQL installed in the one-click LNMP installation package,
If data operations are frequent, a large number of logs are generated,
Generate a mysql-bin.0000 * similar file under/usr/local/mysql/var,
In addition, the disk space is usually from dozens of MB to several GB, and the entire hard disk space is even worse,
Mysql is always unable to start or report errors, such as feedback from vps Forum users.
How to disable MySQL Log function: delete logs: Run:/usr/local/mysql/bin/mysql-u root-p
Enter the password to log on and run the following command: reset master;
Enter quit to exit mysql command mode.
Permanently disable MySQL logs: Modify the/etc/my. cnf file,
Find log-bin search = mysql-binbinlog_format = mixed and add #,
Comment it out, and then execute/etc/init. d/mysql restart.
Or directly go to the directory/usr/local/mysql/var/to delete the 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.