This is from drbyte so you may want to thank him:

To disable gzip via phpmyadmin, run this SQL statement:
Code:
UPDATE configuration set configuration_value = '0' where configuration_key = 'GZIP_LEVEL';