Skip to content

Commit 01a3722

Browse files
(build) set lowercase and utf-8 for bootstapped as default
1 parent 0067946 commit 01a3722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/bootstrap_mcs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ fix_config_files()
446446
fi
447447
fi
448448

449+
message Setting lowercase for tablenames and utf-8 as default encoding
450+
sed -i "/^.mariadb.$/a lower_case_table_names=1" "$CONFIG_DIR/server.cnf"
451+
sed -i "/^.client.$/a default-character-set=utf8" "$CONFIG_DIR/client.cnf"
452+
449453
message Reloading systemd
450454
systemctl daemon-reload
451455
}

0 commit comments

Comments
 (0)