Troubleshooting:Mythbackend will not start after upgrade 0.26 Time Zone error
From MythTV Official Wiki
(Difference between revisions)
(Process for correctly MySQL Time Zone error on Myth Backend) |
m (add category) |
||
| Line 8: | Line 8: | ||
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -p mysql | mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -p mysql | ||
| + | |||
| + | [[Category:Troubleshooting]] | ||
Latest revision as of 15:26, 8 July 2012
"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