ncid-mysql - Man Page

Synopsis

ncid --no-gui --module ncid-mysql

Description

The ncid-mysql output module stores NCID data in a MySQL or MariaDB Database using the 'mysql' command line client (it is called 'mysql' for both MySQL and MariaDB).

The database configuration parameters are specified in the ncid-mysql.conf file.

Available field names (columns) in the created table:

CID (primary key, auto-increment)
CIDTYPE
CIDDATE
CIDTIME
CIDLINE
CIDNMBR
CIDNAME
CIDMTYPE
CIDMESG

Requirements

Network access to a MySQL or MariaDB database server.

The MySQL or MariaDB command line client 'mysql'.

The ncid-mysql-setup script to initialize settings before first use.

Files

/etc/ncid/conf.d/ncid-mysql.conf
/usr/share/ncid/modules/ncid-mysql
/usr/sbin/ncid-mysql-setup

See Also

ncid-mysql-setup(8), ncidd(8), ncid_modules(7), ncid(1), ncid.conf(5)

Referenced By

ncid_modules(7), ncid-mysql-setup(8).

2022-11-8 NCID