2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

db_create_mysql.sql: note for utf8mb4 (MySQL)

git-svn-id: https://svn.fhem.de/fhem/trunk@27232 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-02-15 20:10:53 +00:00
parent 4c1714106b
commit 0f2fee08cc

View File

@ -12,7 +12,7 @@
# in this case the MySQL/MariaDB database would be created with the
# following statement:
#
# CREATE DATABASE `fhem` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
# CREATE DATABASE `fhem` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
#
# instead of the statement:
#