This step is available if the Show Advanced Configuration check box was selected during the Type and Networking step. To enable this step now, click to return to the Type and Networking step and select the check box.
The advanced-configuration options include:
Server ID
Set the unique identifier used in a replication topology. If binary logging is enabled, you must specify a server ID. The default ID value depends on the server version. For more information, see the description of the
server_id
system variable.Table Names Case
You can set the following options during the initial and subsequent configuration the server. For the MySQL 8.0 release series, these options apply only to the initial configuration of the server.
Lower Case
Sets the
lower_case_table_names
option value to 1 (default), in which table names are stored in lowercase on disk and comparisons are not case-sensitive.Preserve Given Case
Sets the
lower_case_table_names
option value to 2, in which table names are stored as given but compared in lowercase.