CREATE TABLE u ( user VARCHAR(50) NOT NULL, score BIGINT UNSIGNED NOT NULL DEFAULT '0', KEY score (score) ) ENGINE = MYISAM;