Re: Fwd: Need support for Perl::DBD::mysql

2015-12-22 Thread Donna Cote
Jeff, that's exactly what the problem was! On Tue, Dec 22, 2015 at 8:41 PM, Jeffrey Seger wrote: > Just a guess, but try chomping $myline before splitting it. I'm guessing > you have a newline hanging on. > On Dec 22, 2015 9:35 PM, "Donna Cote" wrote: > >>

Re: Fwd: Need support for Perl::DBD::mysql

2015-12-22 Thread Donna Cote
Thanks, John, for your time. Here is the successful connect on the command line: > $ /usr/bin/mysql -u ldmdbuser2 -pb7cb452be401724b9a1b ldmsurvey Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A > Welcome to

Re: Fwd: Need support for Perl::DBD::mysql

2015-12-22 Thread Theodore Katseres
On Dec 22, 2015 8:35 PM, "Donna Cote" wrote: > > Thanks, John, for your time. > > Here is the successful connect on the command line: >> >> $ /usr/bin/mysql -u ldmdbuser2 -pb7cb452be401724b9a1b ldmsurvey >> >> Reading table information for completion of table and column names >>

Fwd: Need support for Perl::DBD::mysql

2015-12-22 Thread Donna Cote
PROBLEM: I have perl-DBD-MySQL-4.013-release-3.el6 and Perl 5.10.1 and while I have a user account which can connect to the database at the command prompt, I cannot get the same user (or any user) to connect from within my Perl script. Actually, I succeeded with one connection one time (from

Re: Fwd: Need support for Perl::DBD::mysql

2015-12-22 Thread John R Pierce
On 12/22/2015 5:36 PM, Donna Cote wrote: I have perl-DBD-MySQL-4.013-release-3.el6 and Perl 5.10.1 and while I have a user account which can connect to the database at the command prompt, I cannot get the same user (or any user) to connect from within my Perl script. Actually, I succeeded with