DOKK / manpages / debian 12 / libapache2-mod-log-sql / mysql_import_combined_log2.1.en
mysql_import_combined_log.pl(1) General Commands Manual mysql_import_combined_log.pl(1)

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

mysql_import_combined_log.pl -d <database name> -t <table name> [-h <host name>] [-u <user name>] [-p <password>] [-f <filename>]

The host to connect to. Default is localhost.

The database to use. Required.

The user to connect as.

The user's password.

The name of the table in which to insert data.

The file to read from. If not given, data is read from stdin.

Print out this help message.

Print out the version of this software.

Aaron Jenson

Updated to work under Perl 5.6.1 by Edward Rudd

Michael A. Toth <lirul.lists@gmail.com> - based on content of script

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

User Manuals