diff options
author | unknown <paul@teton.kitebird.com> | 2001-09-27 12:36:28 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2001-09-27 12:36:28 -0500 |
commit | 2540c957ca33b64cce9933830042f98b8de80f8d (patch) | |
tree | 9092d2939c483fcf42aa1d0add1e4fdfc15add44 /Docs | |
parent | 574059294a8db32607d77dfa3c1f217aff54297d (diff) | |
download | mariadb-git-2540c957ca33b64cce9933830042f98b8de80f8d.tar.gz |
manual.texi typo fixes.
Docs/manual.texi:
typo fixes.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index d0947065b2d..908230a4745 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -17248,7 +17248,7 @@ knowing your 'scrambled' password is enough to be able to connect to the MySQL server! @end itemize -MySQL users and they privileges are normally created with the +MySQL users and their privileges are normally created with the @code{GRANT} command. @xref{GRANT}. When you login to a MySQL server with a command line client you @@ -17274,13 +17274,14 @@ mysql -u monty -p database_name Note that in the last example the password is @strong{NOT} 'database_name'. -If you want to use the @code{-p} option to supply a password you should do like this: +If you want to use the @code{-p} option to supply a password you should do so +like this: @example mysql -u monty -pguess database_name @end example -On some system the library call that MySQL uses to prompt for a +On some systems, the library call that MySQL uses to prompt for a password will automatically cut the password to 8 characters. Internally MySQL doesn't have any limit for the length of the password. |