[From nobody Thu Jul 23 11:19:12 2026
Received: (at submit) by bugs.debian.org; 13 Sep 2020 20:24:31 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2-bugs.debian.org_2005_01_02
 (2018-09-13) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-16.1 required=4.0 tests=BAYES_00,HAS_PACKAGE,
 SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no
 version=3.4.2-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 17; hammy, 122; neutral, 31; spammy,
 0. spammytokens: hammytokens:0.000-+--manpage, 0.000-+--H*r:e35,
 0.000-+--H*RU:e35, 0.000-+--Hx-spam-relays-external:!IPv6,
 0.000-+--Hx-spam-relays-external:e35
Return-path: &lt;bugs@indigo.re&gt;
Received: from smtp-8fa9.mail.infomaniak.ch ([2001:1600:3:17::8fa9]:50241)
 by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from &lt;bugs@indigo.re&gt;) id 1kHYY2-00046P-U7
 for submit@bugs.debian.org; Sun, 13 Sep 2020 20:24:31 +0000
Received: from smtp-2-0001.mail.infomaniak.ch (unknown [10.5.36.108])
 by smtp-2-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4BqLMv2z1wzlhNnl
 for &lt;submit@bugs.debian.org&gt;; Sun, 13 Sep 2020 22:15:39 +0200 (CEST)
Received: from [IPv6:2a01:e35:2fd9:9a40:e061:d538:d3bf:befa] (unknown
 [IPV6:2a01:e35:2fd9:9a40:e061:d538:d3bf:befa])
 by smtp-2-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4BqLMv0kRKzlh8TF
 for &lt;submit@bugs.debian.org&gt;; Sun, 13 Sep 2020 22:15:39 +0200 (CEST)
To: submit@bugs.debian.org
From: VA &lt;bugs@indigo.re&gt;
Subject: mysqld manual page is worthless
Message-ID: &lt;ef08fc84-91ad-e24b-b758-7f42a8fc2def@indigo.re&gt;
Date: Sun, 13 Sep 2020 22:15:38 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.11.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: fr
Content-Transfer-Encoding: 7bit
X-Greylist: delayed 520 seconds by postgrey-1.36 at buxtehude;
 Sun, 13 Sep 2020 20:24:30 UTC
Delivered-To: submit@bugs.debian.org

Package: mysql-server-core-8.0
Version: 8.0.21-1

mysqld(8) does not describe any of the options taken by mysqld command. 
It merely mentions:

        The mysqld program has many options that can be specified at 
startup. For a complete list of options, run this command:

            shell&gt; mysqld --verbose --help

And indeed, the runtime help is more informative:

	% mysqld --verbose --help | wc -l
	2638

Why not simply take the --verbose --help message and use it inside the 
manpage? That would improve the situation without requiring much effort.
]