<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Godd mornig, </FONT></DIV>
<DIV><FONT face=Arial size=2>i am trying to use mysql to maintain nagios 
comments status etc, but , for example ,     when i create 
the tables into the database mysql complains because i dont know what names are 
for each column for example</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>mysql>use nagios</FONT></DIV>
<DIV><FONT face=Arial size=2>Database changed<BR>mysql> create table 
servicedowntime;<BR>ERROR 1113: A table must have at least 1 
column<BR>mysql></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>then  i supose to guess </DIV>
<DIV> </DIV>
<DIV>mysql> create table servicedowntime(servicedowntime   
varchar(20) not null);<BR></DIV>
<DIV>but i didnt find anything related to because i configured cgi.cfg and 
resource.cfg and compiled nagios with mysql support </DIV>
<DIV> </DIV>
<DIV>tanks</DIV></FONT></BODY></HTML>