<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoPlainText>I installed MySQL GUI v8.2 &#8211; and I was able to
connect to mythconverg database using - port 6543, password mythtv, username
mythtv and host address &#8211; localhost.<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>I tried to telnet to localhost 6543 &#8211; it said it
was connecting (it said 5.1.42-community then some gibberish) it finished with
- connection to host lost.<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>I was able to show databases &#8211; there were 4
(mythconverg was there) &#8211; I told it to use mythconverg.<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>I am still getting - Cannot connect to port 6543 on
database host localhost<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>Please be gentle with me I haven&#8217;t got a clue how
to configure MySQL<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<pre>These are the commands I found on the wiki windows page &#8211; <o:p></o:p></pre><pre><o:p>&nbsp;</o:p></pre><pre> mysql&gt;create database mythconverg;&nbsp; <o:p></o:p></pre>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;mysql&gt;GRANT
ALL PRIVILEGES ON *.* TO 'mythtv'@'localhost'&nbsp; IDENTIFIED BY 'mythtv' WITH
GRANT OPTION;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;mysql&gt;GRANT
ALL PRIVILEGES ON *.* TO 'mythtv'@'%'&nbsp; IDENTIFIED BY 'mythtv' WITH GRANT
OPTION;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>&nbsp;mysql&gt;quit;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>I used
these &#8211; I think I created a database called mythconverg and a user called
mythtv?<o:p></o:p></span></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>Message: 15<o:p></o:p></p>

<p class=MsoPlainText>Date: Mon, 22 Feb 2010 13:50:20 -0800<o:p></o:p></p>

<p class=MsoPlainText>From: Mark Weil &lt;mark@martialfit.net&gt;<o:p></o:p></p>

<p class=MsoPlainText>Subject: Re: [mythtv-users] trying to install mythtv on
windows 7<o:p></o:p></p>

<p class=MsoPlainText>To: Discussion about mythtv
&lt;mythtv-users@mythtv.org&gt;<o:p></o:p></p>

<p class=MsoPlainText>Message-ID:<o:p></o:p></p>

<p class=MsoPlainText>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;27887a951002221350r336c4883ma72126e8d8b9b234@mail.gmail.com&gt;<o:p></o:p></p>

<p class=MsoPlainText>Content-Type: text/plain;
charset=&quot;windows-1252&quot;<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>for mysql connectivity testing you can specify where to
connect:<o:p></o:p></p>

<p class=MsoPlainText>(From a command prompt)<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>*************<o:p></o:p></p>

<p class=MsoPlainText>mysql -u &lt;username&gt; -p -h localhost<o:p></o:p></p>

<p class=MsoPlainText>**********<o:p></o:p></p>

<p class=MsoPlainText>-u = username<o:p></o:p></p>

<p class=MsoPlainText>-p = password (it'll prompt you after you press 'Enter')
-h = host<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>you can also specify a database by just tacking it onto
the end of the statement.<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>************<o:p></o:p></p>

<p class=MsoPlainText>mysql -u mythtv -p -h localhost mythconverg<o:p></o:p></p>

<p class=MsoPlainText>**********<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>and if it's local, you don't need the -h switch;<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>************<o:p></o:p></p>

<p class=MsoPlainText>mysql -u mythtv -p mythconverg<o:p></o:p></p>

<p class=MsoPlainText>***********<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>or the database name on the server;<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>***************<o:p></o:p></p>

<p class=MsoPlainText>mysql -u mythtv -p<o:p></o:p></p>

<p class=MsoPlainText>**************<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>Once at the mysql prompt you can type<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>*****************<o:p></o:p></p>

<p class=MsoPlainText>show databases;<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>*******************<o:p></o:p></p>

<p class=MsoPlainText>to display them.<o:p></o:p></p>

<p class=MsoPlainText>you can<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>*******************<o:p></o:p></p>

<p class=MsoPlainText>use mythconverg;<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>show tables;<o:p></o:p></p>

<p class=MsoPlainText>******************<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>************<o:p></o:p></p>

<p class=MsoPlainText>quit<o:p></o:p></p>

<p class=MsoPlainText>***********<o:p></o:p></p>

<p class=MsoPlainText>to exit.<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>On Mon, Feb 22, 2010 at 1:24 PM, Travis Tabbal &lt;<a
href="mailto:travis@tabbal.net">travis@tabbal.net</a>&gt; wrote:<o:p></o:p></p>

<p class=MsoPlainText><o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt; On Mon, Feb 22, 2010 at 1:59 PM, mark stewart &lt;<a
href="mailto:ethereal9@gmail.com">ethereal9@gmail.com</a>&gt; wrote:<o:p></o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; Hello there.<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; I downloaded a binary and installed it along
with mysql on my windows <o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; 7 machine.<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; I configured mysql according to this web page <o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; <a
href="http://www.mythtv.org/wiki/MythTV_on_Windows">http://www.mythtv.org/wiki/MythTV_on_Windows</a><o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; When I ran the myth backend I used these
settings<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; Database host name : localhost<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Should I test connectivity : yes<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Database port : 6543<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Database name mythconverg<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Database user name : mythtv<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Database password : mythtv<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Unique identifier : Quad-Core<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; Wake-On-Lan no<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; The error I get is<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; Cannot connect to port 6543 on database host
localhost<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; The port is open in my router.<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; I don?t know how to troubleshoot this, I don?t
know if this is a <o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt; mysql problem or a mythtv problem or a router
problem.<o:p></o:p></p>

<p class=MsoPlainText>&gt;&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;&gt; Any help would be&nbsp; greatly appreciated<o:p></o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt; Try using a MySQL client to connect to your
database. Have you created <o:p></o:p></p>

<p class=MsoPlainText>&gt; the mythconverg database yet? The error is a IP
level error, at a CMD <o:p></o:p></p>

<p class=MsoPlainText>&gt; prompt, what does &quot;telnet localhost 6543&quot;
give you?<o:p></o:p></p>

<p class=MsoPlainText>&gt;<o:p>&nbsp;</o:p></p>

<p class=MsoPlainText>&gt; The router doesn't matter, you aren't connecting
from the outside. <o:p></o:p></p>

<p class=MsoPlainText>&gt; Unless the Windows firewall is blocking your
connection? I'm not sure <o:p></o:p></p>

<p class=MsoPlainText>&gt; if it does anything with localhost connections as I
have never used Win7.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>