
mythtv at cvs
Nov 18, 2009, 7:59 PM
Post #1 of 4
(1381 views)
Permalink
|
|
Ticket #7610: MythTv 0.22 doesn't work with mysql 5.1.41
|
|
#7610: MythTv 0.22 doesn't work with mysql 5.1.41 -------------------------------+-------------------------------------------- Reporter: pyther@… | Owner: ijr Type: defect | Status: new Priority: blocker | Milestone: unknown Component: MythTV - General | Version: 0.22 Severity: high | Mlocked: 0 -------------------------------+-------------------------------------------- Well after running installing updates from my distro myth stopped working. After some trouble shooting I have determined it has something to do with the mysql 5.1.41 upgrade. I have started with a clean database (backed up my old one). This are the errors I am getting in mythtv-setup making it impossible to do anything! 2009-11-18 22:52:42.949 DB Error (CardUtil::GetVideoDevices): Query was: SELECT videodevice FROM capturecard WHERE hostname = ? AND cardtype = ? Bindings were: :CARDTYPE=DVB, :HOSTNAME=M2N Driver error was [2/1210]: QMYSQL3: Unable to execute statement Database error was: Incorrect arguments to mysqld_stmt_execute 2009-11-18 22:52:49.660 DB Error (SimpleDBStorage::Save() update): Query was: UPDATE capturecard SET cardid = ?, dvb_eitscan = ? WHERE cardid = ?; Bindings were: :SETCARDID=2, :SETDVB_EITSCAN=0, :WHERECARDID=2 Driver error was [2/1210]: QMYSQL3: Unable to execute statement Database error was: Incorrect arguments to mysqld_stmt_execute Please let me know what other information I can provide. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7610> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|