这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 | |||
zh:notes:install_mysql [2023/07/30 17:31] pzczxs [Remove binlog files] |
zh:notes:install_mysql [2023/07/30 17:38] (当前版本) pzczxs [Remove binlog files] |
||
---|---|---|---|
行 70: | 行 70: | ||
===== Remove binlog files ===== | ===== Remove binlog files ===== | ||
- | The location of binlog files can be shown. | + | The location of binlog files can be shown by using the following commands. |
<code bash> | <code bash> | ||
> mysql -uroot -p | > mysql -uroot -p | ||
行 76: | 行 76: | ||
</code> | </code> | ||
- | The binlog files can be removed. | + | The binlog files can be removed by using the following commands. |
<code bash> | <code bash> | ||
> RESET MASTER; // remove all binlog files. | > RESET MASTER; // remove all binlog files. |