Using MySQL, I get an error when running the 'scripts/db/category.sql' script: ERROR 1074 at line 3: Too big column length for column 'category_name' (max = 255). Use BLOB instead This version of category.sql was taken from CVS a few minutes ago. Should I use BLOB, or simply shorten it to 255 chars? -Barry Flanagan