From 357fa2930c9de2f7041302083941421361536f5b Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Wed, 20 Dec 2023 10:00:08 +0100 Subject: mariadb: minor whitespace and typo fixes Signed-off-by: Michael Heimpold --- utils/mariadb/files/mysqld.config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils/mariadb/files/mysqld.config') 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' - -- cgit v1.2.3