From 02fc72c7078bc245daf6d083c268339323772598 Mon Sep 17 00:00:00 2001 From: "arjen@george.bitbike.com" <> Date: Fri, 28 Jun 2002 21:19:41 +1000 Subject: [PATCH] Typo fix (noted by Jeff Kilbride). --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index b707c7d426d..f197ca7884a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -19135,7 +19135,7 @@ connection to the MySQL server, MySQL assumes something is wrong and blocks the host from further connection requests. Flushing the host tables allows the host to attempt to connect again. @xref{Blocked host}. You can start @code{mysqld} with -@code{-O max_connection_errors=999999999} to avoid this error message. +@code{-O max_connect_errors=999999999} to avoid this error message. @item @code{DES_KEY_FILE} @tab Reloads the DES keys from the file that was specified with the @code{--des-key-file} option at server startup time.