installation
鱼
nicholas at 10122112.com
Tue Nov 6 22:59:27 EST 2012
>> 鱼 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>
More information about the Spamikaze
mailing list