Just out of curiousity, can you connect to mysql over command line? <br><br>[mythtv@localhost ~]$ mysql<br>Welcome to the MySQL monitor. Commands end with ; or \g.<br>Your MySQL connection id is 86 to server version: 5.0.22
<br><br>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.<br><br>mysql> show databases;<br>+--------------------+<br>| Database |<br>+--------------------+<br>| information_schema |
<br>| mysql |<br>| mythconverg |<br>| test |<br>+--------------------+<br>4 rows in set (0.15 sec)<br><br>mysql><br><br>do you see that? <br><br>is mythconverg there?<br><br> Is this a frontend and backend?
<br><br>I'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't use an ip if it's all on the same machine... same for the setup section in mythfronend.
<br>