The Odometer
June 16th, 2008, 09:07 PM
I have a combined backend/frontend that is working beautifully. However, I'm trying to connect a remote frontend to my system. I was initally able to ping and get a response via mysql--but after following these directions-- http://ubuntuforums.org/showthread.php?t=799956&highlight=frontend+cannot+connect (http://ubuntuforums.org/showthread.php?t=799956&highlight=frontend+cannot+connect&page=2) Now-I can't even get a ping back. I was getting a ping earlier--and then I lost it. The part I specifically followed was the following:
mysql -u root -p
grant all privileges on mythconverg.* to 'mythtv'@'%' identified by 'password';
flush privileges;
After doing that--I couldn't get a ping. I later figured out that uncommenting a line in the mysql.cnf was probably my problem--but I can't get everything else fixed. Please help! I was getting a ping earlier--but I couldn't connect with my backend's database.
mysql -u root -p
grant all privileges on mythconverg.* to 'mythtv'@'%' identified by 'password';
flush privileges;
After doing that--I couldn't get a ping. I later figured out that uncommenting a line in the mysql.cnf was probably my problem--but I can't get everything else fixed. Please help! I was getting a ping earlier--but I couldn't connect with my backend's database.