On Fri, 30 May 2008, Neeesat wrote: > > I had a mistake on the name of the config file so I rename it from > dongle.bin.config.mvpmc to dongle.bin.mvpmc.config. Now it's reading the > configuration file ok but when selecting LiveTV I am still getting the SQL > access message.
Okay, well, I'm not sure you're setting the hostname for the database server quite correctly there, and since your database parameters are the default, I'd delete them completely from the command line. I suspect your problem is that you haven't yet configured MySQL for remote access, by default on most linux distributions it only binds to the loopback interface, not the network interface. On a debian etch/sarge system you do this by commenting out or deleting the following line from /etc/mysql/my.cnf: bind-address = 127.0.0.1 According to http://www.mythtv.org/docs/mythtv-HOWTO-6.html#modify_perm_mysql you also need to make sure that any skip-networking commands are commented out. Cheers, Simon ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
