[mythtv] remote mythepg

Robert Kulagowski mythtv-dev@snowman.net
Mon Jan 13 18:56:45 EST 2003


 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> What command should I use to give remote access?  I assumed it was
> a "grant all for * to mythtv identified by 'mythtv'" type command
> in the mysql monitor.

Something like this:

$ mysql -u root
mysql> use mythconverg;
mysql> grant all on mythconverg.* to mythtv@"%" identified by
"mythtv";
mysql> exit

the "%" part is what lets other machines access the database.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPiML7fc1NpCTlP0JEQJvpACfStbnb+bTfYkThXUGszNKO7Vp/w0AoL1F
PJpUKt47drk2btGS3sg7sOk1
=YR1v
-----END PGP SIGNATURE-----




More information about the mythtv-dev mailing list