On Thu, 2005-04-07 at 16:12 +1000, David Whyte wrote:
> I did something similar a while back.  I got help from the forums, so
> the archive might help, but basically, there was a mysql web page that
> explained how to open the DB (probably that --skip-grants option) and
> you could update the settings and stuff.
>  
> Maybe that could help you?

# mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('newpassword') WHERE
user='mythtv';
mysql>quit

I think that should do it.



> On Apr 7, 2005 2:28 PM, Devan Lippman <[EMAIL PROTECTED]>
> wrote: 
>         So I was mucking around with the mysql grant command on the
>         database
>         trying to gain access from remote systems and it appears that
>         I have
>         revoked my permissions to the mythconverg database... right
>         now I'm
>         running with --skip-grant so everyone has open access but I'm
>         wondering how I get this back to norm?  Could I export the
>         database,
>         delete mysql's mythconverg db and then re-insert it with new
>         permissions?  I'm afraid I'm rather inexperienced with mysql
>         administration.
> 

-- 
Jarod Wilson
[EMAIL PROTECTED]


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to