[mythtv-commits] Ticket #12112: Error in http://www.mythtv.org/wiki/MySQL_Time_Zone_Tables

MythTV noreply at mythtv.org
Tue Apr 8 11:30:29 UTC 2014


#12112: Error in http://www.mythtv.org/wiki/MySQL_Time_Zone_Tables
--------------------------------------+------------------------
     Reporter:  pinnerite@…           |      Owner:
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - General      |    Version:  0.27-fixes
     Severity:  high                  |   Keywords:  Timezone
Ticket locked:  0                     |
--------------------------------------+------------------------
 The site offers the line:

 mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p<yourpassword>
 mysql

 That did not work. This one did though:

 mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql --user=root --password=xxx
 mysql

 Just an edit needed to the web page.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12112>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list