mysql_import_combined_log.pl - Imports an Apache combined log into a MySQL database.
Contents
Man Page Created By
Michael A. Toth <lirul.lists@gmail.com> - based on content of script
Name
mysql_import_combined_log.pl - Imports an Apache combined log into a MySQL database.
Options
--host|-h<hostname>
The host to connect to. Default is localhost.
--database|-d<databasename>
The database to use. Required.
--username|-u<username>
The user to connect as.
--password|-p<password>
The user's password.
--table|-t<tablename>
The name of the table in which to insert data.
--logfile|-f<filename>
The file to read from. If not given, data is read from stdin.
--help|-?
Print out this help message.
--version
Print out the version of this software.
Synopsis
mysql_import_combined_log.pl-d<databasename>-t<tablename>[-h<hostname>][-u<username>][-p<password>][-f<filename>]

Comments
This man page was written using xml2man(1) by the same author. Manuals User mysql_import_combined_log.pl(1)