Mythtv/Database Problem
Trying to build a Linux Media Center instead of going to Windows. Downloaded and installed mythtv through Adept(Linux Distro:Kubuntu 6.1 Edgy). I believe there is a problem with the database. Perhaps a MySql package? Not sure though. Relative noob. I tried reinstalling mythtv-database in Synaptic and get this message:
E: mythtv-database: subprocess post-installation script returned error exit status 1
E: mythtv: dependency problems - leaving unconfigured
Adept won't let me reinstall. This is the result from running mythv-setup in the terminal:
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
2007-01-30 17:59:40.503 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError? Strange...
2007-01-30 17:59:40.559 Database not open while trying to save setting: Language
2007-01-30 17:59:40.559 Unable to connect to database!
2007-01-30 17:59:40.559 Driver error was [1/1045]:
QMYSQL3: Unable to connect
Database error was:
Access denied for user 'mythtv'@'localhost' (using password: YES)
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
2007-01-30 17:59:40.615 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError? Strange...
2007-01-30 17:59:41.443 User canceled database configuration
2007-01-30 17:59:41.445 Failed to init MythContext, exiting.
This seems to be a pretty common problem but I haven't been able to find a solution yet. Thank you for your help.
|