Chris,
may I ask you to check that 'Europe/Vienna' timezone is present?

$ sudo mysql
MariaDB [(none)]> select * from mysql.time_zone_name where Name='Europe/Vienna';
+---------------+--------------+
| Name          | Time_zone_id |
+---------------+--------------+
| Europe/Vienna |          480 |
+---------------+--------------+
1 row in set (0.00 sec)

If not, can you try the following?
https://mariadb.com/kb/en/library/mysql_tzinfo_to_sql:

$ sudo -s
# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql mysql

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789411

Title:
  mariadb-server update crashes cause of default time zone variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1789411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to