Code
mysql -u kodi -p
Enter password:
ERROR 1045 (28000): Access denied for user 'kodi'@'localhost' (using password: YES)
Unfortunately, it works neither with user kodi nor with root.
I have also noticed a problem with the PID file:
Code
service.mariadb.service - MariaDB server
Loaded: loaded (/storage/.kodi/addons/service.mariadb/system.d/service.mariadb.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2019-04-04 22:11:13 CEST; 57s ago
Process: 1529 ExecStop=/bin/sh -c exec sh /storage/.kodi/addons/service.mariadb/bin/mariadb.stop (code=exited, status=0/SUCCESS)
Process: 2644 ExecStart=/bin/sh -c exec sh /storage/.kodi/addons/service.mariadb/bin/mariadb.start (code=exited, status=0/SUCCESS)
Main PID: 2656 (mysqld)
CGroup: /system.slice/service.mariadb.service
└─2656 /storage/.kodi/addons/service.mariadb/bin/mysqld
Apr 04 22:11:12 pi-wohnzimmer systemd[1]: Starting MariaDB server...
Apr 04 22:11:12 pi-wohnzimmer sh[2644]: Starting mysqld
Apr 04 22:11:12 pi-wohnzimmer systemd[1]: service.mariadb.service: Can't open PID file /var/run/mysqld/mysqld.pid (yet?) after start: No such file or directory
Apr 04 22:11:12 pi-wohnzimmer sh[2644]: 2019-04-04 22:11:12 0 [Note] /storage/.kodi/addons/service.mariadb/bin/mysqld (mysqld 10.3.12-MariaDB) starting as process 2656 ...
Apr 04 22:11:13 pi-wohnzimmer systemd[1]: Started MariaDB server.
Display More