I used
Here is where I'm at as far as DBI, DBD, and mysql-client versions:
I've researched like crazy and can't find a resolution, except to downgrade using portupgrade, but portupgrade doesn't find mysql55-client, so I feel stuck.
Any advice would be appreciated.
portupgrade -r
to upgrade mysql55-client-5.5.7 to 5.5.8, which went fine. I can connect to the MySQL-5.5.8 server using the mysql CLI. When I execute some perl scripts that I have which utilize p5-DBD, I get the following message:
Code:
Character set 'latin1' is not a compiled character set and is not specified in the '/usr/local/share/mysql/charsets/Index.xml' file
DBI connect('fbsd_mgmt:172.16.2.1:3306','mlager',...) failed: Can't initialize character set latin1 (path: /usr/local/share/mysql/charsets/) at
/root/bin/fbsd_mgmt/fbsd_mgmt.pl line 27
Can't call method "prepare" on an undefined value at /root/bin/fbsd_mgmt/fbsd_mgmt.pl line 43.
Here is where I'm at as far as DBI, DBD, and mysql-client versions:
Code:
mysql-client-5.5.8 Multithreaded SQL database (client)
p5-DBD-mysql55-4.017 MySQL 5.5 driver for the Perl5 Database Interface (DBI)
p5-DBI-1.615 The perl5 Database Interface. Required for DBD::* modules
I've researched like crazy and can't find a resolution, except to downgrade using portupgrade, but portupgrade doesn't find mysql55-client, so I feel stuck.
Any advice would be appreciated.