<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
One of my frontends is also my backend, and recently, after an update, to svn 17100, I bacame unable to use it as a frontend due to database errors.&nbsp; I noticed in looking at the output that it was "Using localhost value of dilbert".&nbsp; So I was able to make it work again by doing the <br><pre>$ mysql -u root mythconverg<br>mysql&gt; grant all on mythconverg.* to mythtv@"dilbert" identified by "mythtv";<br>mysql&gt; flush privileges;<br></pre>from the manual. I wanted to note this to the list because, this behavior is not good.&nbsp; I couldn't even start over from scratch with the database.&nbsp; I saved the database and was able to reuse it after the hack, but translating localhost to a computername doesn't always work.<br>Thanks for all the work on myth, I love it!<br><br /><hr />Keep your kids safer online with Windows Live Family Safety. <a href='http://www.windowslive.com/family_safety/overview.html?ocid=TXT_TAGLM_WL_Refresh_family_safety_052008' target='_new'>Help protect your kids.</a></body>
</html>