Jump to content

Clear Prestashop's MySQL Cache manually - how?


Recommended Posts

Hello community,

 

I have quick question - how to remove mysql cache from database? Is this will work and this is safe to do?

TRUNCATE TABLE ps_smarty_cache

I am just not sure if there is no more mechanisms that will be affected when I will truncate the table.

 

EDIT: If some will look for this the answer is yes - You can delete content via phpMyAdmin with the code mentioned above. I checked it by myself and it's working.

Edited by hakeryk2 (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 2 years later...
On 10-5-2016 at 1:54 PM, tuk66 said:

Try the "Clean cache" button at the Performance page.

 

The title says :
Clear Prestashop's MySQL Cache manually - how?

And the question is clearly in the context inside the mysql database.

Then give the proper answer.

So it is:

truncate ps_smarty_cache; truncate ps_smarty_lazy_cache;

 

Edited by Amtriorix (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...