Carlos E. R. wrote:
On Thursday, 2017-11-30 at 16:41 +0100, Per Jessen wrote:
Carlos E. R. wrote:
2017-11-30 16:04:23.074809 N Inserting MythTV initial database information. 2017-11-30 16:04:23.074855 C Upgrading to MythTV schema version 1307
Ah, that looks better.
So again I tell the country and language, and this time it appears to hold:
Right, the database got populated.
MySQL time zone support is missing. Please install it and try again. How on earth do I do that?
https://mariadb.com/kb/en/library/mysql_tzinfo_to_sql/
The script is in the mariadb-tools package.
That package was already installed.
Now what? The backend refuses to start with that error. Where is the hammer?
Well, follow the instructions from the link above to populate the necessary zoneinfo table(s). You run the script 'mysql_tzinfo_to_sql" which will generate the necessary sql, then pipe that into the mysql client: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql -- Per Jessen, Zürich (2.5°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org