Linux server empties MySQL history history delete MySQL operations record _mysql

Source: Internet
Author: User

1. No longer save historical records or reduce the number of historical records saved

Modify/etc/profile to change histsize=1000 to 0 or quantity to keep
Clears the. Bash_history under the user's home path.

Copy Code code as follows:

Echo ' >/home/user/.bash_history

2. Immediately empty the history record of the current history command

Copy Code code as follows:

History-c

Of course, if you want the currently executing command to be written to the history immediately, you can perform

Copy Code code as follows:

History-w

Otherwise, you will only have to wait until you exit bash to write. Because during bash use, these are stored in the current buffer.

If you are a MySQL user, there will be a. mysql_history file in the user directory that holds the SQL statement executed under the MySQL command line. Empty use

Copy Code code as follows:

Echo ' >/home/user/.mysql_history

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.