From 9ce131a5d20f58323e88a80b1cb78edf4818a2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 31 May 2012 08:17:36 +0300 Subject: [PATCH] mythtv: added database server port to config. --- mythtv/templates/config.xml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/mythtv/templates/config.xml.erb b/mythtv/templates/config.xml.erb index 5862175..35153f2 100644 --- a/mythtv/templates/config.xml.erb +++ b/mythtv/templates/config.xml.erb @@ -6,6 +6,7 @@ <%= mythtv_dbuser -%> <%= mythtv_dbpass -%> <%= mythtv_dbname -%> + 3306