Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c445c6c4
Commit
c445c6c4
authored
Mar 26, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi fix a few typos.
Docs/manual.texi: fix a few typos.
parent
d1e7a773
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Docs/manual.texi
Docs/manual.texi
+7
-7
No files found.
Docs/manual.texi
View file @
c445c6c4
...
...
@@ -42919,7 +42919,7 @@ The specified group in the option file may contain the following options:
@multitable @columnfractions .3 .7
@item @strong{Option} @tab @strong{Description}
@item @code{connect
_
timeout} @tab Connect timeout in seconds. On Linux this timeout is also used for waiting for the first answer from the server.
@item @code{connect
-
timeout} @tab Connect timeout in seconds. On Linux this timeout is also used for waiting for the first answer from the server.
@item @code{compress} @tab Use the compressed client/server protocol.
@item @code{database} @tab Connect to this database if no database was specified in the connect command.
@item @code{debug} @tab Debug options.
...
...
@@ -42927,7 +42927,7 @@ The specified group in the option file may contain the following options:
@item @code{host} @tab Default host name.
@item @code{init-command} @tab Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting.
@item @code{interactive-timeout} @tab Same as specifying @code{CLIENT_INTERACTIVE} to @code{mysql_real_connect()}. @xref{mysql_real_connect}.
@item @code{local-infile[
(=
0|1)]} @tab If no argument or argument != 0 then enable use of @code{LOAD DATA LOCAL}.
@item @code{local-infile[
=(
0|1)]} @tab If no argument or argument != 0 then enable use of @code{LOAD DATA LOCAL}.
@item @code{password} @tab Default password.
@item @code{pipe} @tab Use named pipes to connect to a MySQL server on NT.
@item @code{port} @tab Default port number.
...
...
@@ -42936,7 +42936,7 @@ The specified group in the option file may contain the following options:
@item @code{user} @tab Default user.
@end multitable
Note that @code{timeout} has been replaced by @code{connect
_
timeout}, but
Note that @code{timeout} has been replaced by @code{connect
-
timeout}, but
@code{timeout} will still work for a while.
For more information about option files, see @ref{Option files}.
...
...
@@ -46277,7 +46277,7 @@ This means one of the following things:
@itemize @bullet
@item
The character set is a multi-byte character set and you have no
t
support
The character set is a multi-byte character set and you have no support
for the character set in the client.
In this case you need to recompile the client with
...
...
@@ -46290,7 +46290,7 @@ all multi-byte character sets. @xref{Character sets}.
@item
The character set is a simple character set which is not compiled into
@code{mysqld} and the character set definition files
is
not in the place
@code{mysqld} and the character set definition files
are
not in the place
where the client expect to find them.
In this case you need to:
...
...
@@ -46301,10 +46301,10 @@ Recompile the client with support for the character set.
@xref{configure options}.
@item
Specify to the client where the character set definition files are. For many
client you can do this with the
client
s
you can do this with the
@code{--character-sets-dir=path-to-charset-dir} option.
@item
Copy the character definition files to the path where the client expect them
Copy the character definition files to the path where the client expect
s
them
to be.
@end itemize
@end itemize
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment