Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152631 - QMYSQL3 driver issues with mythtv
Summary: QMYSQL3 driver issues with mythtv
Status: RESOLVED DUPLICATE of bug 152455
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 01:11 UTC by Tim Boundy
Modified: 2006-10-24 01:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (portage-info,3.04 KB, text/plain)
2006-10-24 01:12 UTC, Tim Boundy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Boundy 2006-10-24 01:11:39 UTC
After updating my system, MythTV no longer functions. The issue seems to be caused by mythbackend being unable to connect to the database due to a QMYSQL3 issue. When running mythbackend the following error occurs.

2006-10-24 21:04:39.040 Using runtime prefix = /usr
2006-10-24 21:04:39.049 Unable to read configuration file mysql.txt
2006-10-24 21:04:39.049 Trying to create a basic mysql.txt file
2006-10-24 21:04:39.049 Writing settings file /home/giga/.mythtv/mysql.txt
2006-10-24 21:04:39.102 New DB connection, total: 1
2006-10-24 21:04:39.103 Unable to connect to database!
2006-10-24 21:04:39.103 Driver error was [1/2002]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to local MySQL server through socket ''/var/run/mysqld/mysqld.sock'' (2)

QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
2006-10-24 21:04:39.159 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError?  Strange...
2006-10-24 21:04:39.211 Failed to init MythContext, exiting.

MythTV versions 0.19 and 0.20 seem to be affected, qt versions 3.3.6-r2 and 3.3.6-r4 seem to also be affected (qt-3.3.6-r2 and all mythtv versions were confirmed to work prior to the breakage). MySQL was upgraded around the time the issue started (version 5.0.26 to 5.0.26-r1) but the older versions have been removed from portage so a downgrade is not possible for further testing. MySQL seems to function correctly as TorrentFlux is unaffected by this issue.
Comment 1 Tim Boundy 2006-10-24 01:12:25 UTC
Created attachment 100347 [details]
emerge --info

Attached emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-24 01:27:52 UTC

*** This bug has been marked as a duplicate of 152455 ***