免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1864 | 回复: 1
打印 上一主题 下一主题

我在安装snort时出现的这样一个问题. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-02-05 17:37 |只看该作者 |倒序浏览
以下是问题的截屏
#snort -c /usr/local/snort/etc/snort.conf
.......
.......
database: compiled support for ( mysql )
database: configured to use mysql
database:          user = snort
database: password is set
database: database name = snort
database:          host = localhost
database:   sensor name = 192.168.10.242
database:     sensor id = 1
database: mysql_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 'schema' at line 1
database: schema version = 0
ERROR: database: The underlying database has not been initialized correctly.  This
          version of Snort requires version 106 of the DB schema.  Your DB
          doesn't appear to have any records in the 'schema' table.
          Please re-run the appropriate DB creation script (e.g. create_mysql,
          create_postgresql, create_oracle, create_mssql) located in the
          contrib\ directory.

          See the database documentation for cursory details (doc/README.database).
          and the URL to the most recent database plugin documentation.
Fatal Error, Quitting..

根据提示我去查看数据库,发现snort库中没有schema这张表,我就依照create_mysql文件中的配置以手动的方式去建这张表,发现不能建,提示如下:

mysql> use snort;                                                               
Database changed
mysql> create table schema  ( vseq INT UNSIGNED NOT NULL, ctime DATETIME NOT NULL, PRIMARY KEY (vseq) );
ERROR 1064 (42000): 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 'schema  ( vseq INT UNSIGNED NOT NULL, ctime DATETIME NOT NULL, PRIMARY KEY (vseq' at line 1
mysql> create table schema1  ( vseq INT UNSIGNED NOT NULL, ctime DATETIME NOT NULL, PRIMARY KEY (vseq) );
Query OK, 0 rows affected (0.02 sec)

mysql>
在建不了schema表之后,我把schema改成schema1就可以。小弟对mysql不是很了解,不知为什么这张表会建不了,请大家帮帮我。谢谢。。。。

[ 本帖最后由 h0000001 于 2007-2-5 18:01 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2007-02-07 10:06 |只看该作者
没有人回答?
不过问题己经解决了,虽然我还没有搞清楚为什么建不了schema表。
因为之前我用的是mysql5,在创建数据库的时候有个information_schema的库,后来我改用myslq3,创建数据库后没有information_schema那个库,建不了schema表的原因就在这里了。为什么mysql5会多个information_schema库,看来只得去看看书了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP