Clearing Magento Log Data

前端 未结 15 620
粉色の甜心
粉色の甜心 2020-12-07 08:31

I have a question regarding clearing of the log data in Magento.

I have more than 2.3GB of data in Magento 1.4.1, and now I want to optimize the database, because it

15条回答
  •  既然无缘
    2020-12-07 09:32

    Cleaning the Magento Logs using SSH :

    login to shell(SSH) panel and go with root/shell folder.

    execute the below command inside the shell folder

    php -f log.php clean
    

    enter this command to view the log data's size

    php -f log.php status

    This method will help you to clean the log data's very easy way.

提交回复
热议问题