#!/bin/bash
set -x
#echo `date`,"binlog" >> /opt/scripts/fl.sh.log 
/opt/app/mysql/bin/mysql -uroot -p123321 -e "flush logs;" && echo `date`,"binlog" >> /opt/scripts/fl.sh.log

 

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-06-03
  • 2022-12-23
猜你喜欢
  • 2022-01-28
  • 2022-02-03
  • 2021-12-02
  • 2022-02-22
  • 2021-05-10
  • 2021-09-12
  • 2021-11-22
相关资源
相似解决方案