Commit graph

10 commits

Author SHA1 Message Date
jklos
64dd04c159 Added a note about running mysql_install_db to set up the initial database
tables, since this isn't automatic.
2004-11-18 08:22:27 +00:00
xtraeme
2f3c7164bf Update mysql-{client,server} to 4.0.21 (previously mysql4-*). 2004-10-28 01:08:15 +00:00
martti
2a4913199e Updated mysql-server to 3.23.58
A lot of bug and security fixes since 3.23.51...
2003-10-05 17:55:34 +00:00
wiz
eda9b14404 Do the chown of MYSQL_DATADIR to MYSQL_USER:MYSQL_GROUP automatically in
the install file instead of only mentioning it in MESSAGE.
Closes PR 22197. tron says ok.
Bump PKGREVISION.
2003-09-19 14:34:57 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
cjep
868be49d44 lint 2003-04-21 20:21:45 +00:00
lukem
2f9dbad830 attempt to clarify password instructions 2003-02-09 08:18:58 +00:00
lukem
20cf1f2d1b add explicit reminder about ${MYSQL_DATADIR} ownership 2003-01-29 22:17:06 +00:00
lukem
06c4d06a95 also need to set the "mysql root" password on -h hostname 2003-01-21 11:49:03 +00:00
lukem
399ea1cba4 - add rc.d script; based on [pkg/19055], with rework by me.
- add support for MYSQL_USER and MYSQL_GROUP (user & group to run database as)
- change ownership of $MYSQL_DATADIR to ${MYSQL_USER}:${MYSQL_GROUP} 700
- fix safe_mysqld to send all output to the error log and to NOT output
  random messages to the tty it was started on.
- display a MESSAGE reminding people to change the password of the
  mysql 'root' user.
- bump PKGREVISION (to 3.23.49nb2)
2003-01-21 06:02:41 +00:00