aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla2/pkg-message
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-04-20 16:54:53 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-04-20 16:54:53 +0000
commitd0ecd4e8a4772afc38c294120c3f9da9bfc06766 (patch)
tree562e7fcf79692da0bd6b1eebc5f2e00e0d1c70d8 /devel/bugzilla2/pkg-message
parent30083436d300acb9824d84e2c196113c8cdb928b (diff)
downloadports-d0ecd4e8a4772afc38c294120c3f9da9bfc06766.tar.gz
ports-d0ecd4e8a4772afc38c294120c3f9da9bfc06766.zip
Notes
Diffstat (limited to 'devel/bugzilla2/pkg-message')
-rw-r--r--devel/bugzilla2/pkg-message13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/bugzilla2/pkg-message b/devel/bugzilla2/pkg-message
index 0474ba8f11ec..9237e1d77785 100644
--- a/devel/bugzilla2/pkg-message
+++ b/devel/bugzilla2/pkg-message
@@ -2,10 +2,11 @@
Bugzilla has now been installed. To quick setup you have to:
1. Create database user who has rights on bugs database manipulation
- by following mysql commands:
+ by following mysql commands (for MySQL 4.0 or later):
- GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,REFERENCES,\
- LOCK TABLES ON <database>.* TO <dbuser>@<host> \
+ GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
+ CREATE TEMPORARY TABLES, DROP, REFERENCES
+ ON <database>.* TO <dbuser>@<host>
IDENTIFIED BY '<password>';
FLUSH PRIVILEGES;
@@ -13,11 +14,11 @@
owner; <host> is a host there bugzilla is being setup;
<password> is a database owner's password;
- 2. Change working directory to %%PREFIX%%/%%BUGZILLADIR%%
+ 2. Change working directory to %%BUGZILLADIR%%
3. Run "./checksetup.pl" script as root user
4. Read output carefully and follow all instructions
For more complete database setup and post-installation instructions
- and security tips/notes please read Bugzilla Guide in
- %%PORTDOCS%%%%DOCSDIR%% (chapter 4: Installation)
+ and security tips/notes please read "Bugzilla Guide" in
+ %%DOCSDIR%% (chapter 4: Installation)
==========================================================================