sql 清理日志表#magento #clean
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 清理日志表#magento #clean相关的知识,希望对你有一定的参考价值。
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE TABLE `log_customer`;
TRUNCATE TABLE `log_quote`;
TRUNCATE TABLE `log_summary`;
TRUNCATE TABLE `log_summary_type`;
TRUNCATE TABLE `log_url`;
TRUNCATE TABLE `log_url_info`;
TRUNCATE TABLE `log_visitor`;
TRUNCATE TABLE `log_visitor_info`;
TRUNCATE TABLE `log_visitor_online`;
TRUNCATE TABLE `sendfriend_log`;
TRUNCATE TABLE `tag`;
TRUNCATE TABLE `tag_relation`;
TRUNCATE TABLE `tag_summary`;
TRUNCATE TABLE `catalogsearch_fulltext`;
TRUNCATE TABLE `report_viewed_product_index`;
TRUNCATE TABLE `report_viewed_product_aggregated_daily`;
TRUNCATE TABLE `report_viewed_product_aggregated_monthly`;
TRUNCATE TABLE `report_compared_product_index`;
TRUNCATE TABLE `smtppro_email_log`;
SET FOREIGN_KEY_CHECKS=1
以上是关于sql 清理日志表#magento #clean的主要内容,如果未能解决你的问题,请参考以下文章
sql 清洁客户magento #magento #customer #clean
sql 清洁产品magento lite #magento #clean #products
清理Magento下载程序文件
以编程方式(通过信用备忘录?)清理 Magento 中的 Paypal 逆转
2022.04.13 清理 Docker 日志
sql 清理Magento数据库