Yes, you might have forgotten to configure mysql to allow network connections. Comment out a line that reads 'skip-networking' in the /etc/mysql/my.cnf file on the backend system, and restart MySQL.
Pascal On Fri, 18 Feb 2005 10:13:33 -0500, MacNean C. Tyrrell <[EMAIL PROTECTED]> wrote: > On my backend, i modified the msql database according to the > documentation as so: > > mysql -u root mythconverg > mysql> grant all on mythconverg.* to mythtv@"192.168.1.%" identified by > "mythtv"; > mysql> flush privileges; > > When I run the frontend on the mac mini, it says it can't connect to the > backend > and i did put in the correct IP address. Is there anything else I have to do? > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users >
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
