|
Honeypots
mailing list archives
RE: feedback
From: "Jeff Dell" <jdell () activeworx com>
Date: Sat, 9 Apr 2005 10:26:37 -0400
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:spysafari () magnetizerproject com]
Sent: Saturday, April 09, 2005 7:27 AM
To: honeypots () securityfocus com
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
By Date
By Thread
Current thread:
- feedback Spy Safari (Apr 09)
- RE: feedback Jeff Dell (Apr 09)
|