<p>
Quoting Larry Shields <larry@isp.com>:<br />
<br />
> I've been trying to install all of the dependency packages for mythtv<br />
> using apt-get, but here is what I am getting:<br />
><br />
> Failed to connect to database: Access denied for 'root'@'localhost'<br />
> (using Password: Yes, at -e line 5, <> line 1<br />
> Then I tried dpkg-reconfigure --force mythtv-database, it then tells me:<br
/>
> dependency problems - leaving unconfigured<br />
> mythtv-database<br />
> mythtv<br />
> sup -process /usr/bin/dpkg returned an error code (1)<br />
><br />
> Any help on this matter would be appreicated...<br />
><br />
> Thanks Larry<br />
><br />
> --<br />
> Powered by Debian/GNU/Linux<br />
> by Ubuntu ver 6.06<br />
> 73 de Larry/wd9esu 30yr's A.R.O.<br />
><br />
> "This is Linux Country,<br />
> on a quiet night you can hear<br />
> WINDOZE ! Systems REBOOTING !!"<br />
><br />
> GPG Fingerprint: A4D2 BFC2 B21B 8F7A C336 EFDC 7039 3CA5 3332 076E<br />
> Public Key available from subkeys.pgp.net<br />
><br />
> _______________________________________________<br />
> mythtv-users mailing list<br />
> mythtv-users@mythtv.org<br />
> <a target="_blank"
href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br
/>
></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 />