in reply to Re^6: Perl and Mysql Queries
in thread Perl and Mysql Queries

<error message Tue Jun 11 08:41:15 2024 error client 73.21.226.229 Undefined subroutine &main::param called at E:\\Pinnacle\\DiversityLink\\cgi-bin\\job_post_test.pl line 13.,

<Per a previous answer it appears that the following 'connect' statement has an error

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