Talk:MythTV-HOWTO - 0.27

From MythTV Official Wiki
Revision as of 16:32, 18 January 2014 by Sartoris (talk | contribs) (Installing with MariaDB: new section)

Jump to: navigation, search

General information for using this page

If you have any comments, corrections, or thoughts related to the MythTV HOWTO, please add them to this page.

  • Please add new discussion topics at the bottom of the page, so they will not be missed.
  • If contributing to an existing discussion, please add new comments at the bottom of the section.
  • Create new sections by hitting the "+" tab at top of the page.
  • If discussion relates to a particular portion of the HOWTO page, please link to that section within your comment.
  • To sign and timestamp your comment, add four tilde characters (~~~~) somewhere in your comment.

Wiki page fix for upgrade

"The upgrade from previous versions should be transparent. Any changes to the database structure should be applied automatically."


This should be changed to say that it will be transparent if you run your DB on localhost with no authentication. Otherwise, you will need to look up the procedure for how to upgrade the DB by hand.

Thanks

Installing with MariaDB

in section 3.4.3, when executing 'apt-get build-dep mythtv', you may get an error about libmysqlclient-dev. To avoid this, I installed MariaDB's version of that lib: apt-get install libmariadbclient-dev