From f06cbb717b9c06411f2b7627cdd249f4d5aba469 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Sat, 6 May 2000 01:02:05 +0000 Subject: add little blurb about flush privs --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 for writing this script!) It will make sure things have reasonable permissions, set up the "data" -- cgit v1.2.3-24-g4f1b