Opened 10 years ago

Closed 10 years ago

#12112 closed Bug Report - General (Invalid)

Error in http://www.mythtv.org/wiki/MySQL_Time_Zone_Tables

Reported by: pinnerite@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.27-fixes
Severity: medium Keywords: Timezone
Cc: Ticket locked: no

Description

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.

Change History (1)

comment:1 Changed 10 years ago by Raymond Wagner

Resolution: Invalid
Severity: highmedium
Status: newclosed

Issues on the wiki should be discussed on the mailing list, or simply fixed directly.

Note: See TracTickets for help on using tickets.