summaryrefslogtreecommitdiff
path: root/databases/mysql4-server/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql4-server/MESSAGE')
-rw-r--r--databases/mysql4-server/MESSAGE12
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/mysql4-server/MESSAGE b/databases/mysql4-server/MESSAGE
index 281bf28cd22..4a12e6b477c 100644
--- a/databases/mysql4-server/MESSAGE
+++ b/databases/mysql4-server/MESSAGE
@@ -1,15 +1,11 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2004/11/18 08:19:01 jklos Exp $
+$NetBSD: MESSAGE,v 1.5 2005/02/16 02:21:37 xtraeme Exp $
-The MySQL directory `${MYSQL_DATADIR}' should be owned by the user
-`${MYSQL_USER}' and group `${MYSQL_GROUP}'. This can be done with:
+You can start the MySQL server doing the following steps:
- chown -R ${MYSQL_USER}:${MYSQL_GROUP} ${MYSQL_DATADIR}
+$ echo "mysqld=yes" >> /etc/rc.conf # NetBSD or a system with rc.d
-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}
+$ ${RCD_SCRIPTS_DIR}/mysqld start
After the tables are set up and the MySQL server is running,
please remember to set a password for the MySQL root user!