<html><head><style type='text/css'>body { font-family: 'Times New Roman'; font-size: 12pt; color: #000000}</style></head><body><br><div>----- Original Message -----<br>From: "Damian Surr" &lt;damian@gingermagic.co.uk&gt;<br>To: "Discussion about mythtv" &lt;mythtv-users@mythtv.org&gt;<br>Sent: Friday, March 9, 2007 12:59:47 PM (GMT-0700) America/Denver<br>Subject: [mythtv-users] My MySql hell :-)<br><br><title></title><br><div><strong class="userinput"><code>&gt; GRANT ALL PRIVILEGES ON *.* TO 'mythtv'@'192.168.0.102'</code></strong> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;<strong class="userinput"><code><br>&gt; flush privileges;<br><span style="font-weight: normal;"><br>ack!&nbsp; you want to limit the change to the mythconverg db, so the command becomes:</span><br><br></code></strong><strong class="userinput"><code>GRANT ALL PRIVILEGES ON mythconverg.* TO 'mythtv'@'192.168.0.102'</code></strong> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;<strong class="userinput"><code><br>flush privileges;<br></code></strong></div></div><br>sorry for the double post.<br><br>-- <br>Peter&nbsp;Abplanalp<br></body></html>