I have try setting some variable in the dongle.bin.config.mvpmc file but got the same results no LiveTV and asking for sql access. Even I am setting the ip of the server in the config file everytime I restart my MediaMVP I have to reset everything from the begeining.
My configuration for my backend server is: Username: mythtv password: mythtv database: mythconverg Here how is my dongle.bin.config.mvpmc: MYTHSERV=192.168.0.247 MYSQLSERV=$master MYSQLUSER=mythtv MYSQLPASS=mythtv DBNAME=mythconverg #mkdir /media #mount -tnfs -onolock,rsize=4096,wsize=4096,nfsvers=3 #$MYTHSERV:/var/lib/media /media now=$(date +%s) #exec 1> /media/mvpmc/mvpmc.log.$now 2>&1 #(cd /media/mvpmc && ln -sf mvpmc.log.$now current.log) export TZ=EST+5EDT,M3.2.0/2,M11.1.0/2 echo "export TZ=$TZ" >> /etc/shell.config mvpmc -f /etc/helvR10.fnt -s $MYTHSERV -y $MYSQLSERV -u $MYSQLUSER -p $MYSQLPASS -T $DBNAME --startup mythtv & Any idea please? Neeesat wrote: > > When I select LiveTV I get a message saying "You must have SQL access > enabled on the server to use this feature". > > On my mythconverg database I gave access to other mythtv clients in my > local network with: > > mysql -u root -p mythconverg > grant all on mythconverg.* to mythtv@"192.168.0.%" identified by "mythtv"; > flush privileges; > quit > > What other SQL access does mvpmc needs? > > Thanks for helping > -- View this message in context: http://www.nabble.com/Give-SQL-access--tp17559190s24861p17572525.html Sent from the MediaMVP Media Center - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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/
