LNMP close MySQL logs and delete mysql-bin.0000 * log files

Source: Internet
Author: User
Tags vps

Due to limited space and the MySQL Log in LNMP will be generated all the time, this can always lead to insufficient space, next I will look at the vps LNMP to close the MySQL Log, delete the mysql-bin.0000 * log file method.

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/, and usually in dozens of MB to several GB, even more will eat the entire hard disk space, mysql is always unable to start or report errors, such as feedback from vps Forum users.

How to disable MySQL Logging:

Delete log:

Run:/usr/local/mysql/bin/mysql-u root-p

Enter the password to log on and run the following command: reset master;

Modify the/etc/my. cnf file and find

Log-bin = mysql-bin
Binlog_format = mixed

Add # to the front of the red text, comment it out, and then run/etc/init. d/mysql restart.

This article takes the environment where an LNMP installation package is installed as an example, except for the MySQL restart command and configuration file path, which may be slightly different.

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.