个人工具

UbuntuHelp:MythTV/Install/Server/Backend

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 15:59的版本 (新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/Backend}} {{Languages|UbuntuHelp:MythTV/Install/Server/Backend}} Include(MythTV/Setup_Guide_Sources) === Install MythTV ...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Include(MythTV/Setup_Guide_Sources)

Install MythTV Backend

The majority of the rest of the work should be handled by Ubuntu packaging.

The backend will need to have mysql-server installed as well as mythtv-backend. Mythtv-backend doesn't depend on mysql-server since the mysql server can be located elsewhere on your network. Also, if this is a secondary backend, don't install mythtv-database or mysql-server. Just configure this backend to connect to the master backend instead.

  • Install mysql and backend software
sudo apt-get install mysql-server mythtv-backend mythtv-database
  • Behind the scenes, a mythtv user will be created in PAM as well as mysql. The database will be installed into mysql and the initial configuration performed. A mythtv group will also be created. Any user that will be configuring mythtv or running mythtv needs to be placed in this group.
    • You will be asked for the password to the root account of mysql. By default, there is no password.