Hi all,
I discover another thing:

bytes as INT(32) can contain only until 4 Gb
I suggest to transform it into BIGINT

finnaly schema should be something like

=======================================================================
CREATE TABLE wwwusage (
        vhost   VARCHAR(128) NOT NULL,
        ldate   BIGINT UNSIGNED NOT NULL,
        bytes   INT(32) UNSIGNED NOT NULL DEFAULT '0'
);
=======================================================================

HTH
Alessandro

-- 
http://escalibur.eu
il tuo diario di arrampicata on-line: รจ divertente!

Reply via email to