Hi, This is not a question for the ivtv list, as it is a mythtv problem.
Hwoever, I can give you a few pointers: I do not have a DBType line in my mysql.txt file, so you probably don't need it either. Check what ip-address your mysqld is listening on: netstat -an | grep 3306 tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN If it is only listening on 127.0.0.1, then change the DHhost line. If you see nothing, then mysql networking is turned off (the default). Edit /etc/mysql/my.conf, uncomment the line '#skip-networking', restart mysql and re-check on what ip-address is it listening. Regards, Stanley. > I have a PVR 350 and ivtv-0.2.0 and Mythtv 0-19 installed. From the > dmesg reports, it looks as though the firmware and ivtv are installing > properly. The mysql service is running but I get the 'cannot connect > message' every time that I run mythtv-setup. In trying to overcome this > I have been trying to manipulate mysql (a program I am unfamilar with) > but I'm not succeeding. mysql.txt contains: > > DBHostName=alan > DBUserName=mythtv > DBPassword=mythtv > DBName=mythconverg > DBType=QMYSQL3 > > The last line troubles me. I assume it refers to MySQL Version 3. > Whereas my mysql comes up stating MySQL connection id is 3 to server > version: 4.1.12. > > Am I on the right lines here? Any advice would be welcome. > > Alan Secker > > > > _______________________________________________ > ivtv-devel mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-devel > _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
