Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: MySQL syntax error GRANT

by Anonymous Monk
on Oct 02, 2018 at 19:04 UTC ( [id://1223422]=note: print w/replies, xml ) Need Help??


in reply to Re: MySQL syntax error GRANT
in thread MySQL syntax error GRANT

I thought about this, but even:

my $user = 'somename'; my $db ="test"; my $host="localhost"; $dbh->do(q{GRANT ALL ON ?.* TO ?@?}, {}, $db, $user, $host);

does not produce any improvement, same syntax error. I am quite perplex.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 02:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found