Linux下 清除mysql 二进制文件

如何删除mysql-bin.0000X 日志文件呢?

红色表示输入的命令.

[root@jiucool var]# /usr/local/mysql/bin/mysql -u root -p
Enter password:  (输入密码)
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 264001
Server version: 5.1.35-log Source distribution

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

mysql> reset master; (清除日志文件)
Query OK, 0 rows affected (8.51 sec)

2 Responses to “Linux下 清除mysql 二进制文件”

  1. Jiucool says:

    测试下

    [Reply]

  2. Jiucool says:

    a test

    [Reply]

Leave a Reply