Nov. 7, 2012
3:59 a.m.
鱼 skrev den 06-11-2012 02:15: Hi
I had installed it. Changed config file "Type=mysql" all to lower cap and now the error is gone. Fed passivetrap.pl with some mails but the mysql still not get updated.
How can I trouble shoot?
is mysql database working from phpmyadmin ?
Hi Benny, Yes it is working. I had tested it with a little script #!/usr/bin/perl use DBI; my $dbh = DBI->connect('dbi:mysql:dbname=dataname;host=localhost','username','password',{AutoCommit=>1,RaiseError=>1,PrintError=>0}); print "2+2=",$dbh->selectrow_array("SELECT 2+2"),"\n"; I can get the correct end result of 2+2 = 4 Regards nic <snip>