Troubleshooting:Mythbackend will not start after upgrade 0.26 Time Zone error
From MythTV Official Wiki
Revision as of 05:40, 8 July 2012 by Splurben (talk | contribs) (Process for correctly MySQL Time Zone error on Myth Backend)
"MySQL Time Zone support is required. Please install it and try again" error after upgrading to 0.26
Type the following (as root) to fix this problem:
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot mysql
Add -p if password is in place on your MySQL database:
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -p mysql