Re: INSERT to table from text file

2002-06-19 Thread Eivind A. Sivertsen
> I have a server (any server, could be a RADIUS, a DNS or a MTA) that > logs to a file in "/var/logs/log-file". Is there a way to take the raw > data sent to the log file and "INSERT" it into a table? Can this be > done on the "fly", meaning, the data isn't stored in the flat text file > at all

INSERT to table from text file

2002-06-18 Thread Jeff Neuffer Jr.
Hello, I'm looking for a solution to INSERT data from a text file that is used for logging into a MySQL table. A hypothetical example... I have a server (any server, could be a RADIUS, a DNS or a MTA) that logs to a file in "/var/logs/log-file". Is there a way to take the raw data sent to the l