Before I get into stuff, I&#39;ll give some background to my situation.<br><br>Last Wednesday evening I installed the packages required for MythDVD to be able to import properly.&nbsp;&nbsp;Things went slowly but I eventually got it to work.
<br><br>Thursday comes around and all of a sudden the Frontends started hanging.&nbsp;&nbsp;I went downstairs and found a crazy set of error messages in the terminal running mythbackend.&nbsp;&nbsp;Some huge block of MYSQL selections and such that came up in an error surrounded by fairly normal reports.
<br><br>It turns out that the Mythtv error logs had gotten to be several gigabytes in size and actually filled the filesystem, making booting and any actual operation a chore for the system.&nbsp;&nbsp;After deleting the files, the system returned to its peppy self.
<br><br>[The error logs contained seemingly endless copies of the same report: some error from libdvdread (or something) saying it couldn&#39;t access the drive.]<br><br>I ran mythtv-setup while the computer was in that filled up state and screwed up the mysql settings.&nbsp;&nbsp;After I made room on the drive I ran it again and filled all the settings with the standard affair.&nbsp;&nbsp;My /etc/mythtv/mysql.txt file now contains the following:
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">DBHostName=localhost<br>DBUserName=mythtv<br>DBName=mythconverg<br>DBPassword=mythtv
</blockquote><div>&nbsp;<br>However, I still cannot log into mythbackend.&nbsp; Here&#39;s the sequence I now try to follow without any results:<br><ol><li>mysql -u root mythconverg</li><ol><li>grant all on mythconverg.* to mythtv@&quot;
192.168.10.%&quot; identified by &quot;mythtv&quot;;</li><li>flush privileges;</li></ol><li>mythtv-setup</li><ol><li>all settings default (this was what I used to set up the computer initially and had everything running smoothly).
</li><li>Snipped terminal output sample (from mythtv-setup):<br>QSqlQuery::exec: database not open<br>QSqlQuery::exec: database not open<br>2007-11-04 12:04:53.365 DB Error (KickDatabase):<br>Query was:<br>SELECT NULL;<br>
No error type from QSqlError?&nbsp; Strange...<br>2007-11-04 12:04:53.419 Unable to connect to database!<br>2007-11-04 12:04:53.420 Driver error was [1/1045]:<br>QMYSQL3: Unable to connect<br>Database error was:<br>Access denied for user &#39;mythtv&#39;@&#39;localhost&#39; (using password: YES)
<br><br>QSqlQuery::exec: database not open<br>QSqlQuery::exec: database not open<br>2007-11-04 12:04:53.474 DB Error (KickDatabase):<br>Query was:<br>SELECT NULL;<br>No error type from QSqlError?&nbsp; Strange...<br>2007-11-04 12:04:
53.528 Database not open while trying to load setting: Language<br></li></ol><li>mythbackend</li><ol><li>Terminal output:<br>2007-11-04 12:07:51.453 Using runtime prefix = /usr<br>2007-11-04 12:07:51.460 New DB connection, total: 1
<br>2007-11-04 12:07:51.464 Unable to connect to database!<br>2007-11-04 12:07:51.464 Driver error was [1/1045]:<br>QMYSQL3: Unable to connect<br>Database error was:<br>Access denied for user &#39;mythtv&#39;@&#39;localhost&#39; (using password: YES)
<br><br>QSqlQuery::exec: database not open<br>QSqlQuery::exec: database not open<br>2007-11-04 12:07:51.518 DB Error (KickDatabase):<br>Query was:<br>SELECT NULL;<br>No error type from QSqlError?&nbsp; Strange...<br>2007-11-04 12:07:
51.573 Failed to init MythContext, exiting.</li></ol></ol>Anyone have any idea why I&#39;m unable to connect?&nbsp; Anyone have any ideas?<br><br>I tried changing the &quot;Host&quot; value in mythtv-setup but that change wasn&#39;t reflected in /etc/mythtv/mysql.txt.&nbsp; Is that expected?
<br><br>Thanks!<br><br>- Eric<br></div>