Russell-IO / php-syslog-ng

Automatically exported from code.google.com/p/php-syslog-ng
1 stars 0 forks source link

bug in dbinsert.pl #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The original DB connect is :
$dbh = DBI->connect( "DBI:mysql:$db:$dbhost", $dbuser, $dbpass );

When the mysql port is not 3306 you can change this line with 

$dbh = DBI->connect( "DBI:mysql:$db:$dbhost:$dbport", $dbuser, $dbpass );

thanks

Original issue reported on code.google.com by philippe...@cti-paysloire.cnamts.fr on 1 Dec 2009 at 1:25

GoogleCodeExporter commented 9 years ago
Noted, thanks!

Original comment by cdu...@gmail.com on 23 Dec 2009 at 2:14