$sql = CREATE TABLE IF NOT EXISTS TestingDatabase ( `id` int NOT NULL AUTO_INCREMENT, `OtherVariable` TEXT, PRIMARY KEY (id) )