mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
685 B
Plaintext
17 lines
685 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/11/03 23:46:29 cube Exp $
|
|
|
|
To initialize the RTFM database, run
|
|
|
|
${PREFIX}/sbin/rt-setup-database --action schema \
|
|
--datadir ${PREFIX}/share/RTFM \
|
|
--dba dbaadmin --prompt-for-dba-password
|
|
${PREFIX}/sbin/rt-setup-database --action acl \
|
|
--datadir ${PREFIX}/share/RTFM \
|
|
--dba dbaadmin --prompt-for-dba-password
|
|
|
|
as a user in the ${RT_GROUP} group or as superuser. In the previous
|
|
command-line, 'dbadmin' stands for the database administrator's username,
|
|
e.g. 'root' for MySQL.
|
|
===========================================================================
|