定时清空mysql表数据的shell


mysql -u数据库用户 -p数据库密码 -D数据库名称 -AB -e "truncate table 数据表名称;"

实例

mysql -uyyt -psgri3463l8 -Detu -AB -e "truncate table discuz_tt;"

数据库用户:yyt
数据库密码:sgri3463l8
数据库名称:etu
数据表名称:discuz_tt
根据需要的替换就好了,定时运行此脚本就好了

声明:小小博客|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - 定时清空mysql表数据的shell


Carpe Diem and Do what I like