pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql-server Added a note about running mysq...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b14b480f2898
branches: trunk
changeset: 483729:b14b480f2898
user: jklos <jklos%pkgsrc.org@localhost>
date: Thu Nov 18 08:22:27 2004 +0000
description:
Added a note about running mysql_install_db to set up the initial database
tables, since this isn't automatic.
diffstat:
databases/mysql-server/MESSAGE | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 9d4962664786 -r b14b480f2898 databases/mysql-server/MESSAGE
--- a/databases/mysql-server/MESSAGE Thu Nov 18 08:19:01 2004 +0000
+++ b/databases/mysql-server/MESSAGE Thu Nov 18 08:22:27 2004 +0000
@@ -1,13 +1,19 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.9 2004/10/28 01:08:15 xtraeme Exp $
+$NetBSD: MESSAGE,v 1.10 2004/11/18 08:22:27 jklos 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:
+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,
+please remember to set a password for the MySQL root user!
+This is done by running both:
${PREFIX}/bin/mysqladmin -u root -p password 'new-password'
${PREFIX}/bin/mysqladmin -h `hostname` -u root -p password 'new-password'
Home |
Main Index |
Thread Index |
Old Index