Fw: Mysql/mod_perl/DBI Problem in retireving rows

2002-06-28 Thread Subhrajyoti
Hi, I am loading a couple of mysql tables through a perl module. Apache loads this perl module during startup. But when I query through mod_perl it fetches only limited number of rows from MYSQL table. rest of the rows are just ignored. Raw query from the mysql shell yields proper results. Please

Mysql install problem ..

2002-06-27 Thread Subhrajyoti
Hi folks, I am facing problems in running mysql with apache and perl on my system. The version of mysql i am using is 3.23.39 Below is the program i wrote to check the mysql connectivity with perl. #!/usr/bin/perl use lib qw(/home/www/pm); $ENV{'DBI_DSN' } = "dbi:mysql:z"; $ENV{'DBI