aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntpa/pkg-message
blob: 125c9ba8449bbdb0b4bd6170e9ef131da3b70523 (plain) (blame)
1
2
3
4
5
6
7
8
9
ntpa has been installed.
It requires a MySQL or PostgreeSQL user and database configured for it.

You can do this with the following MySQL commands:

CREATE DATABASE ntpa;
CREATE USER 'ntpau'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON ntpa.* TO 'ntpau'@'localhost';
FLUSH PRIVILEGES;