2003-04-21 22:21:45 +02:00
|
|
|
===========================================================================
|
2003-05-06 19:40:18 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.6 2003/05/06 17:40:45 jmmv Exp $
|
2003-04-21 22:21:45 +02:00
|
|
|
|
2003-02-09 09:18:58 +01:00
|
|
|
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}
|
|
|
|
|
|
|
|
|
2003-01-21 07:02:41 +01:00
|
|
|
If this is a new installation, please remember to set a password for
|
2003-01-21 12:49:03 +01:00
|
|
|
the MySQL root user! This is done by running both:
|
2003-01-21 07:02:41 +01:00
|
|
|
${PREFIX}/bin/mysqladmin -u root -p password 'new-password'
|
2003-01-21 12:49:03 +01:00
|
|
|
${PREFIX}/bin/mysqladmin -h `hostname` -u root -p password 'new-password'
|
2003-05-06 19:40:18 +02:00
|
|
|
(The "Enter password:" prompt is asking for the existing password.
|
2003-02-09 09:18:58 +01:00
|
|
|
As there is no existing password, just press Return.)
|
2003-01-21 12:49:03 +01:00
|
|
|
|
2003-01-21 07:02:41 +01:00
|
|
|
See the manual for more instructions.
|
2003-04-21 22:21:45 +02:00
|
|
|
|
|
|
|
===========================================================================
|