aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql60-server/pkg-install
Commit message (Collapse)AuthorAgeFilesLines
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-36/+0
| | | | Notes: svn path=/head/; revision=247607
* Update to 5.0.3 release:Alex Dupre2005-04-061-11/+1
| | | | | | | | | | - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup Notes: svn path=/head/; revision=132637
* Finally MySQL 5.0 appears in the ports tree!Alex Dupre2004-02-041-3/+1
| | | | | | | | | PR: ports/60559 Submitted by: me Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99976
* POSIX chown syntax.Dirk Froemberg2001-06-031-1/+1
| | | | Notes: svn path=/head/; revision=43473
* Adjust mysql's homedirectory if already exists.Dirk Froemberg2000-11-301-0/+7
| | | | Notes: svn path=/head/; revision=35568
* - introduce DB_DIR variable to specify database directory ifDirk Froemberg1999-08-111-3/+6
| | | | | | | | | | different from /var/db/mysql (e. g. make DB_DIR=/export/databases/mysql install) - put functionality of check_old_version into Makefile and remove check_old_version (good bye, good old friend...) Notes: svn path=/head/; revision=20656
* - install gifs for HTML documentationDirk Froemberg1999-07-041-0/+38
- put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql' Notes: svn path=/head/; revision=19992