[mythtv-commits] Ticket #12630: mythtv-setup reports MySQL time zone support is missing when it is not ubuntu 15.10

MythTV noreply at mythtv.org
Tue Feb 2 03:31:11 UTC 2016


#12630: mythtv-setup reports MySQL time zone support is missing when it is not
ubuntu 15.10
-----------------------------------------+--------------------------------
 Reporter:  singogli@…                   |          Owner:
     Type:  Bug Report - General         |         Status:  infoneeded_new
 Priority:  minor                        |      Milestone:  unknown
Component:  MythTV - General             |        Version:  0.27.5
 Severity:  medium                       |     Resolution:
 Keywords:  time zone mysql mythbackend  |  Ticket locked:  0
-----------------------------------------+--------------------------------
Changes (by bmeek):

 * status:  new => infoneeded_new


Old description:

> Running mythbackend -v from terminal yields error:
> Feb  1 08:09:24 mythbuntu64-2 mythtv-setup.real: mythtv-setup[11465]: E
> CoreContext main.cpp:547 (main) MySQL time zone support is missing.
> Please install it and try again.  See 'mysql_tzinfo_to_sql' for
> assistance. However executing in mysql:
>
> SELECT CONVERT_TZ(NOW(), 'SYSTEM', 'Etc/UTC');
>
> yields:+----------------------------------------+
> | CONVERT_TZ(NOW(), 'SYSTEM', 'Etc/UTC') |
> +----------------------------------------+
> | 2016-02-01 15:38:34                    |
> +----------------------------------------+
> 1 row in set (0.00 sec)
>
> Which from the documentation I can find suggests that in fact mysql is
> configured correctly.
>
> Version info attached

New description:

 Running mythbackend -v from terminal yields error:
 {{{
 Feb  1 08:09:24 mythbuntu64-2 mythtv-setup.real: mythtv-setup[11465]: E
 CoreContext main.cpp:547 (main) MySQL time zone support is missing.
 Please install it and try again.  See 'mysql_tzinfo_to_sql' for
 assistance.
 }}}
 However executing in mysql:
 {{{
 SELECT CONVERT_TZ(NOW(), 'SYSTEM', 'Etc/UTC');

 yields:
 +----------------------------------------+
 | CONVERT_TZ(NOW(), 'SYSTEM', 'Etc/UTC') |
 +----------------------------------------+
 | 2016-02-01 15:38:34                    |
 +----------------------------------------+
 1 row in set (0.00 sec)
 }}}
 Which from the documentation I can find suggests that in fact mysql is
 configured correctly.

 Version info attached

--

Comment:

 This may be a configuration issue and should be discussed on
 the forum or the mythtv-users list. Make sure that user steve
 and user mythtv have the same information in their config.xml
 files. Note that the mythtv-setup log is connecting to 192.168.10.129,
 but is binding to 192.168.10.128. The Local Host being used is
 mythbuntu64-2.
 Are you sure you aren't accessing 2 copies of the database.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12630#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list