in reply to Perl and MySQL privileges
Your MySQL user does need to have had CREATE privileges GRANTed to them on a global level.my $sth=$dbh->prepare('CREATE DATABASE IF NOT EXISTS foo'); $sth->execute();
--
Me spell chucker work grate. Need grandma chicken.
|
|---|