mysql -u数据库用户 -p数据库密码 -D数据库名称 -AB -e "truncate table 数据表名称;"
实例
mysql -uyyt -psgri3463l8 -Detu -AB -e "truncate table discuz_tt;"
数据库用户:yyt
数据库密码:sgri3463l8
数据库名称:etu
数据表名称:discuz_tt
根据需要的替换就好了,定时运行此脚本就好了
mysql -u数据库用户 -p数据库密码 -D数据库名称 -AB -e "truncate table 数据表名称;"
实例
mysql -uyyt -psgri3463l8 -Detu -AB -e "truncate table discuz_tt;"
数据库用户:yyt
数据库密码:sgri3463l8
数据库名称:etu
数据表名称:discuz_tt
根据需要的替换就好了,定时运行此脚本就好了
Comments | NOTHING