/* Make sure the database you want to use is selected */ CREATE TABLE tools (tool1 INT UNSIGNED, tool2 INT UNSIGNED, id INT UNSIGNED NOT NULL AUTO_INCREMENT KEY) ENGINE MyISAM; DESCRIBE tools;