diff --git a/contrib/DS_Starter/93_DbLog.pm b/contrib/DS_Starter/93_DbLog.pm index 6c47712c8..6b309a665 100644 --- a/contrib/DS_Starter/93_DbLog.pm +++ b/contrib/DS_Starter/93_DbLog.pm @@ -5767,7 +5767,15 @@ return; Preparations

- At first you need to setup the database.
+ At first you need to install and setup the database. + The installation of database system itself is not described here, please refer to the installation instructions of your + database.

+ + Note:
+ In case of fresh installed MySQL/MariaDB system don't forget deleting the anonymous "Everyone"-User with an admin-tool if + existing ! +

+ Sample code and Scripts to prepare a MySQL/PostgreSQL/SQLite database you can find in SVN -> contrib/dblog/db_create_<DBType>.sql.
(Caution: The local FHEM-Installation subdirectory ./contrib/dblog doesn't contain the freshest scripts !!) @@ -7008,7 +7016,15 @@ attr SMA_Energymeter DbLogValueFn Vorbereitungen

- Zunächst muss die Datenbank angelegt werden.
+ Zunächst muss die Datenbank installiert und angelegt werden. + Die Installation des Datenbanksystems selbst wird hier nicht beschrieben. Dazu bitte nach den Installationsvorgaben des + verwendeten Datenbanksystems verfahren.

+ + Hinweis:
+ Im Falle eines frisch installierten MySQL/MariaDB Systems bitte nicht vergessen die anonymen "Jeder"-Nutzer mit einem + Admin-Tool (z.B. phpMyAdmin) zu löschen falls sie existieren ! +

+ Beispielcode bzw. Scripts zum Erstellen einer MySQL/PostgreSQL/SQLite Datenbank ist im SVN -> contrib/dblog/db_create_<DBType>.sql enthalten.