GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NCID-MYSQL-SETUP(8) NCID NCID-MYSQL-SETUP(8)

ncid-mysql-setup

ncid-setup mysql <authentication>

The ncid-mysql-setup script initializes the MySQL or MariaDB database, table and user that is required for the ncid-mysql output module. All existing data will be erased.

The ncid-mysql-setup script uses the ncid-mysql.conf file for the database configuration.

You do not execute ncid-mysql-setup directly. Instead, you launch it as follows:

ncid-setup mysql <authentication>

<authentication>
Represents a string of options passed directly to the mysql command line client (it is called mysql for both MySQL and MariaDB).

It must specify a user and password (if needed) that has MySQL or MariaDB administrative privileges.

This is usually a MySQL or MariaDB user called 'root'. It is not the same as the 'root' login for this machine.

Typically you would type:

ncid-setup mysql -u root
or: ncid-setup mysql -u root -p<password>
or: ncid-setup mysql -u root --password=<password>

If a password is required for the administrative login, you must specify it on the command line.

Network access to a MySQL or MariaDB database server.

The MySQL or MariaDB command line client 'mysql'.

Configured ncid-mysql.conf file.

/usr/local/etc/ncid/conf.d/ncid-mysql.conf
/usr/local/share/ncid/setup/ncid-mysql-setup
/usr/bin/ncid-setup

ncid-mysql.1, ncid-setup.1, ncidd.8, ncid_modules.7, ncid.1
2019-08-17 NCID

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.