diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-12-20 10:00:08 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2023-12-22 14:09:27 +0200 |
commit | 357fa2930c9de2f7041302083941421361536f5b (patch) | |
tree | 513c2c86764cb82bff2675e3a76d314c76fb8f32 /utils/mariadb/files/mysqld.config | |
parent | a66fd0f835ae34c905ee5c53713d5cabc31f839e (diff) |
mariadb: minor whitespace and typo fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'utils/mariadb/files/mysqld.config')
-rw-r--r-- | utils/mariadb/files/mysqld.config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/mariadb/files/mysqld.config b/utils/mariadb/files/mysqld.config index e33adefc8..a0c0bedb7 100644 --- a/utils/mariadb/files/mysqld.config +++ b/utils/mariadb/files/mysqld.config @@ -1,13 +1,12 @@ config mysqld 'general' # Unless enable, MariaDB will not start without this - option enabled '0' + option enabled '0' # User to run MariaDB as option user 'mariadb' # Group to run MariaDB option group 'mariadb' - # If there is now database, create an empty one automatically + # If there is no database, create an empty one automatically option init '1' # If upgrading old database, run mysql_upgrade during restart option upgrade '1' - |