Bug #92873 One symbol is redundant
Submitted: 21 Oct 2018 4:36 Modified: 15 Sep 2020 22:08
Reporter: Xander Lau Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL for Windows: Installer Severity:S7 (Test Cases)
Version:8.0.12 OS:Windows (10 1803)
Assigned to: CPU Architecture:Any

[21 Oct 2018 4:36] Xander Lau
Description:
In the URL https://dev.mysql.com/doc/refman/8.0/en/windows-server-first-start.html?acf=1#add-comment 
The code below the "To start the server, enter this command:"line:
C:\> "C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld" --console

that mysqld" --console
           ^
this " symbol is superfluous.

您好,在教程2.3.5.5 中我发现了一个错误,在启动服务器一行的代码上。
这里多出了一个 " 符号,导致服务器启动时会显示“mysqld" --console' 不是内部或外部命令,也不是可运行的程序或批处理文件。”
而我去掉这个符号之后,服务器可以正常运行。

How to repeat:
type " mysqld" -- console " on Windows cmd.

Suggested fix:
Delete this symbol " .
[15 Sep 2020 22:08] MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug.

For details on getting support for MySQL products see http://www.mysql.com/support/
You can also check our forums (free) at http://forums.mysql.com/

Thank you for your interest in MySQL.