summaryrefslogtreecommitdiff
path: root/databases/mysql-server/MESSAGE
diff options
context:
space:
mode:
authorlukem <lukem>2003-01-29 22:17:06 +0000
committerlukem <lukem>2003-01-29 22:17:06 +0000
commit257d78b720662d7484a49616bf54c425a1a86eb9 (patch)
tree3f3e0e4589bb77fd67cdb620541b2848a26ab2b6 /databases/mysql-server/MESSAGE
parentd83fb242333a9eec96bdbfcd58139f1293f4a6d5 (diff)
downloadpkgsrc-257d78b720662d7484a49616bf54c425a1a86eb9.tar.gz
add explicit reminder about ${MYSQL_DATADIR} ownership
Diffstat (limited to 'databases/mysql-server/MESSAGE')
-rw-r--r--databases/mysql-server/MESSAGE5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/mysql-server/MESSAGE b/databases/mysql-server/MESSAGE
index 325ec08525e..579740d9a02 100644
--- a/databases/mysql-server/MESSAGE
+++ b/databases/mysql-server/MESSAGE
@@ -4,3 +4,8 @@ the MySQL root user! This is done by running both:
${PREFIX}/bin/mysqladmin -h `hostname` -u root -p password 'new-password'
See the manual for more instructions.
+
+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}
+