Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Perl and MySQL privileges

by yakko (Friar)
on Mar 21, 2001 at 11:06 UTC ( [id://65979]=note: print w/replies, xml ) Need Help??


in reply to Perl and MySQL privileges

Supposing your MySQL user is GRANTed the CREATE privilege, and you connect as per chromatic's post above, you can then do something like:
my $sth=$dbh->prepare('CREATE DATABASE IF NOT EXISTS foo'); $sth->execute();
Your MySQL user does need to have had CREATE privileges GRANTed to them on a global level.

--
Me spell chucker work grate. Need grandma chicken.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://65979]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found