On Mon, 25 Mar 2013, Earnie Boyd wrote:
Ensure you empty any table with cache* as well as sessions table.
I take it you mean running a script like this: DELETE FROM cache WHERE 1=1; DELETE FROM cache_block WHERE 1=1; DELETE FROM cache_filter WHERE 1=1; DELETE FROM cache_form WHERE 1=1; DELETE FROM cache_menu WHERE 1=1; DELETE FROM cache_page WHERE 1=1; DELETE FROM cache_update WHERE 1=1;
DELETE FROM sessions WHERE 1=1;
(1=1 is a kluge I used when I worked on Informix databases; probably unnecessary these days).
Thanks.
Max Pyziur pyz@brama.com
Earnie
On Mon, Mar 25, 2013 at 1:34 PM, Max Pyziur pyz@brama.com wrote:
On Sun, 24 Mar 2013, Jamie Holly wrote:
[... delete for the sake of brevity ...]