RE: feedback
"Jeff Dell" <[email protected]>
| Newsgroups | gmane.comp.security.honeypots |
|---|---|
| Message-ID | <[email protected]> |
You will need to create a primary database. To do this, there is a file located in the installation directory under the directory 'schema' and it is called hsc.v104.sql. This is the schema file that you will need to perform this step. The next thing you need to do is to open your favorite MySQL tool to perform queries such as the command line version of MySQL client. This file is located in the MySQL installation directory under the bin directory. Open a dos prompt and run it with the following command: C:\mysql\bin> mysql.exe -p <your password> -u <your username> -h <mysql server ip>; You will then receive a mysql> prompt. From this prompt do the following: mysql> create database aw_hsc; mysql> use aw_hsc; mysql> <now paste the contents of the file hsc.v104.sql> I hope this clarifies the problem you are having. Cheers, Jeff -----Original Message----- From: Spy Safari [mailto:[email protected]] Sent: Saturday, April 09, 2005 7:27 AM To: [email protected] Subject: feedback Hi everyone I recently became a member of Honeynet maillist and downloaded the Honeynet Security Console. I would like to have some feedback about the use of the console. On the Primary Database setting up on the third step is asked to "paste the full contents of the file ( hsc.v104.sql ) ". Can anyone give me some help through this very primary step ? Thanks a lot Regards Ricardo Grecco