Commit baf4a27f authored by unknown's avatar unknown

manual.texi fix typo, clarify sentence


Docs/manual.texi:
  fix typo, clarify sentence
parent 2b0dd9c9
...@@ -20268,7 +20268,7 @@ old @code{mysql_escape_string()} function, except that it takes the @code{MYSQL} ...@@ -20268,7 +20268,7 @@ old @code{mysql_escape_string()} function, except that it takes the @code{MYSQL}
connection handle as the first parameter. connection handle as the first parameter.
If the client is compiled with different paths than where the server is If the client is compiled with different paths than where the server is
installed and the user who configured MySQL didn't included all installed and the user who configured MySQL didn't include all
character sets in the MySQL binary, one must specify for character sets in the MySQL binary, one must specify for
the client where it can find the additional character sets it will need the client where it can find the additional character sets it will need
if the server runs with a different character set than the client. if the server runs with a different character set than the client.
...@@ -20280,8 +20280,8 @@ One can specify this by putting in a MySQL option file: ...@@ -20280,8 +20280,8 @@ One can specify this by putting in a MySQL option file:
character-sets-dir=/usr/local/mysql/share/mysql/charsets character-sets-dir=/usr/local/mysql/share/mysql/charsets
@end example @end example
where the path points to where the dynamic MySQL character sets where the path points to the directory in which the dynamic MySQL character
are stored. sets are stored.
One can force the client to use specific character set by specifying: One can force the client to use specific character set by specifying:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment