diff options
author | martti <martti@pkgsrc.org> | 2003-10-05 17:55:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-10-05 17:55:34 +0000 |
commit | 2a4913199e7e9fa933d937f2a4d6a2895915e560 (patch) | |
tree | 912fcc9524fa555453cb7c6c889cfd38c5a4690a /databases/mysql-server/MESSAGE | |
parent | 846fa938dab4eca21b922bae4e7164c373a31d33 (diff) | |
download | pkgsrc-2a4913199e7e9fa933d937f2a4d6a2895915e560.tar.gz |
Updated mysql-server to 3.23.58
A lot of bug and security fixes since 3.23.51...
Diffstat (limited to 'databases/mysql-server/MESSAGE')
-rw-r--r-- | databases/mysql-server/MESSAGE | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/mysql-server/MESSAGE b/databases/mysql-server/MESSAGE index 4acb0fe7b23..5a126e9462c 100644 --- a/databases/mysql-server/MESSAGE +++ b/databases/mysql-server/MESSAGE @@ -1,5 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.7 2003/09/19 14:34:57 wiz Exp $ +$NetBSD: MESSAGE,v 1.8 2003/10/05 17:55:34 martti 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, please remember to set a password for the MySQL root user! This is done by running both: |