my $sth = $dbh->prepare( "CREATE TABLE IF NOT EXISTS categories ( id int auto_increment NOT NULL, url VARCHAR(300) NOT NULL, primary key (id) )"); $sth->execute();