Does anyone know how to request updates to the Nessus CVS?
 
I found a bug in the nessus_db_schema.mysql script  when run on MySQL version 5.0.27.
 
The following commands requires backticks around the word schema:
 
 
/*============================================================================*/
/* Table: schema */
/*============================================================================*/
CREATE TABLE `schema` (
vseq INT UNSIGNED NOT NULL,
ctime DATETIME NOT NULL,
PRIMARY KEY (vseq)
);
INSERT INTO `schema` (vseq, ctime) VALUES ('102', now());
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to