On 9/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:
Riiiiight... I'm sorry... I meant MythTV, but I said TiVo... (Like
Kleenex for Tissue)
That should have gone:
> Hey, I just moved my MythTV box into my dorm with me and now
> that I'm hosting the backend on a network on a static IP
> I changed the IP address from 127.0.0.1 on the setup,
> but then it lost all of my configuration settings. Is there
> a way to recover these settings?
> Thanks!
>
> KG
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
For mysql : http://dev.mysql.com/doc/mysql/en/grant.html
-
Database level
Database privileges apply to all objects in a given database. These privileges are stored in the
mysql.dbandmysql.hosttables.GRANT ALL ONanddb_name.*REVOKE ALL ONgrant and revoke only database privileges.db_name.*
EG:
GRANT ALL on mythconverg TO 'mythtv'@'192.168.%' IDENTIFIED BY mythtv
Also, did you update your /etc/hosts? That could fix it right up by telling it that your machine name is the same on 192.168.0.100 as 127.0.0.1
IE:
127.0.0.1 localhost
192.168.0.100 mythtv
If neither of those fix it, try this: http://www.mythtv.org/docs/mythtv-HOWTO.html#toc22.15
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
