i tried to set up free script & got this err when connecting to db via scripts interface: An error occurred during the upgrade: ALTER TABLE mp_categories
CHANGE id
id
INT( 11 ) NOT NULL AUTO_INCREMENT [nativecode=1075 ** Incorrect table definition; there can be only one auto column and it must be defined as a key]
it means you can only use a single column as a primary key with auto increment.