数据库中清空log日志

SET FOREIGN_KEY_CHECKS=0;

TRUNCATE `log_customer`;

TRUNCATE `log_visitor`;

TRUNCATE `log_visitor_info`;

TRUNCATE `log_visitor_online`;

TRUNCATE `log_quote`;

TRUNCATE `log_summary`;

TRUNCATE `log_summary_type`;

TRUNCATE `log_url`;

TRUNCATE `log_url_info`;

TRUNCATE `sendfriend_log`;

TRUNCATE `report_event`;

TRUNCATE `dataflow_batch_import`;

TRUNCATE `dataflow_batch_export`;

TRUNCATE `index_process_event`;

TRUNCATE `index_event`;

TRUNCATE `report_viewed_product_index`;

TRUNCATE `report_compared_product_index`;

TRUNCATE `catalog_compare_item`;

ALTER TABLE `log_customer` AUTO_INCREMENT=1;

ALTER TABLE `log_visitor` AUTO_INCREMENT=1;

ALTER TABLE `log_visitor_info` AUTO_INCREMENT=1;

ALTER TABLE `log_visitor_online` AUTO_INCREMENT=1;

ALTER TABLE `log_quote` AUTO_INCREMENT=1;

ALTER TABLE `log_summary` AUTO_INCREMENT=1;

ALTER TABLE `log_url_info` AUTO_INCREMENT=1;

ALTER TABLE `sendfriend_log` AUTO_INCREMENT=1;

ALTER TABLE `report_event` AUTO_INCREMENT=1;

ALTER TABLE `dataflow_batch_import` AUTO_INCREMENT=1;

ALTER TABLE `dataflow_batch_export` AUTO_INCREMENT=1;

ALTER TABLE `index_event` AUTO_INCREMENT=1;

ALTER TABLE `report_viewed_product_index` AUTO_INCREMENT=1;

ALTER TABLE `report_compared_product_index` AUTO_INCREMENT=1;

ALTER TABLE `catalog_compare_item` AUTO_INCREMENT=1;

--

-- Enterprise Edition Begins

--

TRUNCATE `enterprise_logging_event`;

TRUNCATE `enterprise_logging_event_changes`;

ALTER TABLE `enterprise_logging_event` AUTO_INCREMENT=1;

ALTER TABLE `enterprise_logging_event_changes` AUTO_INCREMENT=1;

--

-- Enterprise Edition Ends

--

SET FOREIGN_KEY_CHECKS=1;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值