diff options
author | unknown <paul@teton.kitebird.com> | 2002-07-27 10:10:39 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-07-27 10:10:39 -0500 |
commit | 3ce6d5d3c67217e3ca596f817a204e84c640572f (patch) | |
tree | 2729244c0cc4f321a03205f4e90196b5e84138b0 | |
parent | 88054aa5351352bec14003d17c989da5410df689 (diff) | |
download | mariadb-git-3ce6d5d3c67217e3ca596f817a204e84c640572f.tar.gz |
manual.texi point out just how powerful the Windows local anonymous
manual.texi user really is.
Docs/manual.texi:
point out just how powerful the Windows local anonymous
user really is.
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index f9feb06a868..4f30df11154 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -9380,8 +9380,8 @@ the @code{mysql.user} table that has @code{Host='localhost'} and @code{User=''}. You should also add a password for the @code{root} user. The following -example starts by removing the anonymous user that can be used by anyone -to access the @code{test} database, then sets a @code{root} user password: +example starts by removing the anonymous user that has all privileges, +then sets a @code{root} user password: @example C:\> C:\mysql\bin\mysql mysql |