Date: Sun, 18 Mar 2007 20:48:59 +0100 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-multimedia@freebsd.org Subject: The MythTV port and remote frontends Message-ID: <20070318204859.6b411e57.torfinn.ingolfsen@broadpark.no>
next in thread | raw e-mail | index | archive | help
FYI, today I added my Mac mini (running OSX) as a frontend to my MythTV
setup.
At first it didn't work, and I couldn't understand why, until i tried
running it from Terminal under OSX. Then I saw the error messages.
The default setup for the mythtv port only adds a local mythtv user (ie.
access from localhost) in MySQL.
I fixed it with:
mysql -u root -p mysql
mysql> grant all on mythtconverg.* to 'mythtv'@'%' identified by
'passwd';
mysql> flush privileges;
mysql> exit;
PS. don't forget to secure your mysql initial accounts:
http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html
--
Regards,
Torfinn Ingolfsen,
Norway
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070318204859.6b411e57.torfinn.ingolfsen>
