MySQL运行过程中会生成大量的日志文件,占用不少空间,修改my.cnf文件配置bin-log过期时间,在Linux下自动清除MySQL日志文件

[mysqld]
expire-logs-days=7
max-binlog-size=268435456

 

相关文章:

  • 2022-02-17
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2021-12-29
  • 2021-12-02
  • 2021-04-22
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
相关资源
相似解决方案