Linux Server clears MySQL's history and deletes mysql Operation Records

Source: Internet
Author: User

1. Do not save historical records or reduce the number of historical records

Modify/etc/profile to change HISTSIZE = 1000 to 0 or the number of items to be retained
Clear. bash_history in the user's home path

Copy codeThe Code is as follows:
Echo ''>/home/user/. bash_history

2. immediately clear the history of the history commands in it.

Copy codeThe Code is as follows:
History-c

Of course, if you want to write the current command to history immediately, you can execute

Copy codeThe Code is as follows:
History-w

Otherwise, it will only be written when bash is exited. Because these are stored in the current buffer during bash usage.

If you are a MySQL user, there will be a. mysql_history file in the user directory, saving the SQL statement executed in the mysql command line. Clear usage

Copy codeThe Code is as follows:
Echo ''>/home/user/. mysql_history

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.