Tag

newline

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 8, 2024 · Databases

MySQL Initialization Failure Caused by Missing Newline in Configuration File

When initializing a MySQL 5.7.44 instance, the server aborts because the configuration file lacks a trailing newline, causing the parser to misinterpret the final '!includedir' line and report a missing '/etc/my.cnf.' directory, which can be resolved by adding a newline at the end of the file.

Initializationconfigurationdebugging
0 likes · 12 min read
MySQL Initialization Failure Caused by Missing Newline in Configuration File