logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mysql_import_combined_log.pl - Imports an Apache combined log into a MySQL database.

Author

       Aaron Jenson

       Updated to work under Perl 5.6.1 by Edward Rudd

Comments

       This man page was written using xml2man(1) by the same author.

Manuals                                               User                       mysql_import_combined_log.pl(1)

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>]

See Also