Hi,

I am using DBI from mod_perl, and sometimes get the following error:

" You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '-63, 20' at line 1 "

This is given me right at:
eval {
$dbh = DBI->connect("DBI:mysql:database=$db;host=$host:$port", $user, $pass,
{'RaiseError' => 1} );
};
($db, $host, $user, $port and $pass are constants.)


I am using "mysql Ver 12.22 Distrib 4.0.17, for pc-linux (i686)" on RedHat 9.

Any ideas?

Thank you,
- Csongor



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to