Tagged Questions
0
votes
1answer
34 views
MySQL creds accepted from CLI but not from Perl DBI [closed]
I have a remote MySQL server. I can log in from the client machine using:
mysql -h 172.16.0.7 -u mysqlUser -p
and it connects fine.
When I use a simple DBH connection in Perl, with same ...
1
vote
1answer
656 views
Configure Perl DBI and DBD in Linux
I am new to Perl and I work in a Linux OEL 5x server. I am trying to configure the Perl DB modules for Oracle connectivity (DBD and DBI modules). Can anyone help me out in the installation procedure?
...
0
votes
1answer
137 views
perl dbd::mysql cant install (from asterisk perl script)
I ve got problem with perl script for asterisk. I've investigate that when tping use DBI; -- all statcks. After that i added:
my @driver_names = DBI->available_drivers;
foreach ...
0
votes
2answers
1k views
PERL+mysql: undefined symbol: mysql_init
I've updated mysql (client+server+dev) from the rpms available on mysql.com.
rpm -i MySQL-server-5.5.14-1.linux2.6.x86_64.rpm
rpm -i MySQL-client-5.5.14-1.linux2.6.x86_64.rpm
rpm -i ...
0
votes
1answer
207 views
Random Connections to MySQL refused (Error 111)
A Perl/CGI webapp that has been running fine for almost a year has started to randomly been unable to connect to a remotely hosted MySQL. The Error thrown is :
Can't connect to MySQL server on ...
5
votes
2answers
2k views
Perl TDS character sets
I'm using the FreeTDS driver with DBD::Sybase, connecting to an MS SQL Server. When I query certain values of certain records, I get this error:
DBD::Sybase::st fetchrow_arrayref failed: OpenClient ...