I have lot of issues fetch of cache related so I need to clear all magento cache and log in database by php script.
Any help me.
I have lot of issues fetch of cache related so I need to clear all magento cache and log in database by php script.
Any help me.
Create a file called cleanup.php and add the following code to it:
Save the file to the magento root directory.
Run the following url For Log clearing
http://www.domain.com/cleanup.php?clean=log
Run the following url for Cache clearing
http://www.domain.com/cleanup.php?clean=var
it's working.