diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:15:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:15:48 +0000 |
commit | 9984e0604a93cd3c3942a51b0167b8a7fe50ef86 (patch) | |
tree | e6fd2f73c40d2704f0228b452a04bf850f52cacb /databases/mysql-server | |
parent | ef92691af74462f8bb3943b3f2a04d9636bbd4b4 (diff) | |
download | pkgsrc-9984e0604a93cd3c3942a51b0167b8a7fe50ef86.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'databases/mysql-server')
-rw-r--r-- | databases/mysql-server/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql-server/MESSAGE b/databases/mysql-server/MESSAGE index ce555a8131b..50ef151f2dd 100644 --- a/databases/mysql-server/MESSAGE +++ b/databases/mysql-server/MESSAGE @@ -1,17 +1,17 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.10 2004/11/18 08:22:27 jklos Exp $ +$NetBSD: MESSAGE,v 1.11 2005/09/28 14:15:49 rillig Exp $ The MySQL directory `${MYSQL_DATADIR}' should be owned by the user `${MYSQL_USER}' and group `${MYSQL_GROUP}'. This can be done with: chown -R ${MYSQL_USER}:${MYSQL_GROUP} ${MYSQL_DATADIR} -If this is a new installation, you will likely want to set up the +If this is a new installation, you will likely want to set up the initial database tables by using the following command: ${PREFIX}/bin/mysql_install_db --user=${MYSQL_USER} -After the tables are set up and the MySQL server is running, +After the tables are set up and the MySQL server is running, please remember to set a password for the MySQL root user! This is done by running both: |