summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-05-06 03:02:05 +0200
committercyeh%bluemartini.com <>2000-05-06 03:02:05 +0200
commitf06cbb717b9c06411f2b7627cdd249f4d5aba469 (patch)
tree81625fce862c1cea619ef8ebce84bd310033e608 /README
parentdb01ecb041854df2c5e58eefff83dd37da1a9381 (diff)
downloadbugzilla-f06cbb717b9c06411f2b7627cdd249f4d5aba469.tar.gz
bugzilla-f06cbb717b9c06411f2b7627cdd249f4d5aba469.tar.xz
add little blurb about flush privs
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 6c921b403..3f89f442e 100644
--- a/README
+++ b/README
@@ -267,6 +267,12 @@ documentation.
After you've tweaked the permissions, run "mysqladmin reload" to make
sure that the database server knows to look at your new permission list.
+Or, at the mysql prompt:
+
+mysql> flush privileges;
+
+You must explictly tell mysql to reload permissions before running checksetup.pl.
+
Next, you can just run the magic checksetup.pl script. (Many thanks
to Holger Schurig <holgerschurig@nikocity.de> for writing this script!)
It will make sure things have reasonable permissions, set up the "data"