in reply to Re^6: Perl and Mysql Queries
in thread Perl and Mysql Queries
my $dbh = DBI->connect('dbi:mysql:jobs_db','Poster','Posterpasswd');
What could it be when GRANT ALL have been given to the user 'Poster' Identified by 'Posterpasswd' ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Perl and Mysql Queries
by marto (Cardinal) on Jun 11, 2024 at 16:03 UTC |