====== mythtv ====== ===== mysql installieren ===== mysql installieren oder stoppen, ggfs.: emerge --config dev-db/mysql Beim Booten automatisch starten rc-update add mysql default Nach Installation für mythtv vorbereiten. User mythtv, passwort mythtv mysql -u root -p create database mythconverg; create user 'mythtv'@'%' identified by 'mythtv'; create user 'mythtv'@'localhost' identified by 'mythtv'; set password for 'mythtv'@'%' = password('mythtv'); set password for 'mythtv'@'localhost' = password('mythtv'); connect mythconverg; grant all privileges on *.* to 'mythtv'@'%' with grant option; grant all privileges on *.* to 'mythtv'@'localhost' with grant option; flush privileges; exit; ==== mythtv-Konfiguration ==== Abgleichen mit /home/mythtv/.mythtv/mysql.txt Bei abgeschaltetem Backend: mythtv-setup --geometry 640x480+100+100 Port 6543 Status-Port 6544 Master-backend 6543 Sicherheitspin 0000 Karte hinzufügen (USE-Flag dvb!) Speicherort live-tv : /mnt/VDR/recording rc-update add mythbackend default