Just out of curiousity, can you connect to mysql over command line? <br><br>[mythtv@localhost ~]$ mysql<br>Welcome to the MySQL monitor.&nbsp; Commands end with ; or \g.<br>Your MySQL connection id is 86 to server version: 5.0.22
<br><br>Type &#39;help;&#39; or &#39;\h&#39; for help. Type &#39;\c&#39; to clear the buffer.<br><br>mysql&gt; show databases;<br>+--------------------+<br>| Database&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>+--------------------+<br>| information_schema |
<br>| mysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>| mythconverg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>| test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>+--------------------+<br>4 rows in set (0.15 sec)<br><br>mysql&gt;<br><br>do you see that? <br><br>is mythconverg there?<br><br>&nbsp;Is this a frontend and backend? 
<br><br>I&#39;m using mythdora 3.2 and it was spot on on the first install. <br><br>In mythtv-setup, change your location for the mysql database to be localhost, don&#39;t use an ip if it&#39;s all on the same machine... same for the setup section in mythfronend.
<br>