At 08:22 PM Monday, 11/14/2005, Jason Martin wrote -=>
On Sun, Nov 13, 2005 at 08:56:12PM -0800, Ed Kasky wrote:
> Snort v2.4.3
> ACID v0.9.6b23
I seem to recall hearing that ACID is deprecated; you might want
to look around if there is a newer equivalent. SQUIL
(http://sguil.sourceforge.net/) is supposed to be really good.

-Jason Martin

I finally found out the problem. It has to do with the way ACID was referencing the Schema table and info. One of the developers of BASE, a fork project of ACID, pointed this out.

In one of the php scripts I changed:
         $sql = "SELECT vseq FROM schema";
to
         $sql = "SELECT vseq FROM `schema`";

and it works as advertised.....

Ed

. . . . . . . . . . . . . . . . . .
Randomly Generated Quote (229 of 1011):
"When you get to the end of your rope, tie a knot and hang on."
   --Franklin Delano Roosevelt


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

Reply via email to