A few months ago my mythbuntu box filled up with recordings and stopped working. I deleted a few large files but no joy. At the time I had no spare time to try and fix it so I just left it. Now I'd like to get it going again, preferably without losing all the past recordings I haven't watched yet.
When I boot up, or when I do (menu) applications / multimedia / mythtv frontend, I get the infamous blue screen that asks for a language, then says no upnp backends found, and then gives two pages of questions about database configuration.
All the entries in there are the same as /etc/mythtv/mysql.txt:
DBUserName=mythtv DBPassword=xxx DBName=mythconverg
but despite that I get "cannot login to database? ok" and then it starts again with the same two pages, until I press escape.
However I can login to the database "by hand" with that same userid and password: if I go into a terminal, the following command works
mysql --user=mythtv --password=xxx mythconverg
and takes me to an sql prompt where things like SHOW TABLES; work and prove that I am connected to the database.
What else should I do to enable mythtv frontend to login too using those details?