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

If you decide to give it another try at some point, add mysql_ssl=1 to your data source like so:
DBI->connect('dbi:mysql:mysql_ssl=1;database=jobs_db','Poster','Poster +passwd')