<p>
Quoting Larry Shields &lt;larry@isp.com&gt;:<br />
<br />
&gt; I've been trying to install all of the dependency packages for mythtv<br />
&gt; using apt-get, but here is what I am getting:<br />
&gt;<br />
&gt; Failed to connect to database: Access denied for 'root'@'localhost'<br />
&gt; (using Password: Yes, at -e line 5, &lt;&gt; line 1<br />
&gt; Then I tried dpkg-reconfigure --force mythtv-database, it then tells me:<br
/>
&gt; dependency problems - leaving unconfigured<br />
&gt; mythtv-database<br />
&gt; mythtv<br />
&gt; sup -process /usr/bin/dpkg returned an error code (1)<br />
&gt;<br />
&gt; Any help on this matter would be appreicated...<br />
&gt;<br />
&gt; Thanks Larry<br />
&gt;<br />
&gt; --<br />
&gt; Powered by Debian/GNU/Linux<br />
&gt; by Ubuntu ver 6.06<br />
&gt; 73 de Larry/wd9esu 30yr's A.R.O.<br />
&gt;<br />
&gt; &quot;This is Linux Country,<br />
&gt; on a quiet night you can hear<br />
&gt; WINDOZE ! Systems REBOOTING !!&quot;<br />
&gt;<br />
&gt; GPG Fingerprint: A4D2 BFC2 B21B 8F7A C336 EFDC 7039 3CA5 3332 076E<br />
&gt; Public Key available from subkeys.pgp.net<br />
&gt;<br />
&gt; _______________________________________________<br />
&gt; mythtv-users mailing list<br />
&gt; mythtv-users@mythtv.org<br />
&gt; <a target="_blank"
href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br
/>
&gt;</p><p>It looks like you have the server running but dont have any users in
the mysql server try something like:  $mysql -u root   if you just install
mysql via the yum/apt the root users is setup with a null password.  after you
login as root you will need to setup the myth users and password then you can
try something like:  mysql -u mythtv -pmythtv   and see if you can access the
mysql server</p><p>-Matt</p><br />