On Tue, Jan 13, 2009 at 4:59 PM, David Brodbeck <span dir="ltr">&lt;<a href="mailto:gull@gull.us">gull@gull.us</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Igor Chudov wrote:<br>
&gt; Trying to connect to mysql by using these credentials are successful:<br>
&gt;<br>
&gt; kinozal:tv:~==&gt;echo SELECT NULL | mysql -umythtv -pcrap0 mythconverg<br>
&gt; NULL<br>
&gt; NULL<br>
&gt;<br>
&gt; So at this point the problem, wherever it is, is not about database<br>
&gt; credentials, unless I am missing something. Despite the annoyed tone<br>
&gt; of my previous message, I would like to solve my mythtv problems.<br>
<br>
</div>It might still be about database credentials. &nbsp;What happens when you do:<br>
&quot;mysql -h127.0.0.1 -umythtv -pcrap0 mythconverg<br>
<br>
Confusingly, mysql client&#39;s idea of what &quot;localhost&quot; is is not the same<br>
as Myth&#39;s. &nbsp;MythTV makes a network connection to the loopback address,<br>
like any normal app, but mysql client uses a local UNIX socket. &nbsp;It&#39;s<br>
possible to have the database credentials set up in a way that works<br>
with one but not the other.<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>If you weren&#39;t a big fan of the full ubuntu install you can still benefit from the mythbuntu control center. Just use aptitude to install mythbuntu-control-centre. It will give you a gui that will let you select what you want or don&#39;t want installed in your mythtv configuration. Then it will make sure that things get setup properly with minimal input from you. It won&#39;t mess with the rest of your system and it will make sure you get all of the right mythtv packages installed in the right order, etc. It is the recommended way of installing mythtv in Intrepid. If you don&#39;t want to go that route you can try running dpkg-reconfigure mythtv-database. That is the metapackage that sets up the database during install. <br>