[support] Recent move Drupal 6.22, PHP5.3, PostGresql 8.4 doesn't work - continuing

Max Pyziur pyz at brama.com
Mon Mar 25 19:35:53 UTC 2013


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 at brama.com

> Earnie
>
> On Mon, Mar 25, 2013 at 1:34 PM, Max Pyziur <pyz at brama.com> wrote:
>>
>>
>> On Sun, 24 Mar 2013, Jamie Holly wrote:

[... delete for the sake of brevity ...]


More information about the support mailing list