RE: Find username password on tables

2005-10-05 Thread Jay Paulson
to:[EMAIL PROTECTED] > Sent: Wednesday, October 05, 2005 6:39 PM > To: mysql@lists.mysql.com > Subject: Find username password on tables > > Hello, > > A while back, I created a database, and performed the following: > > GRANT ALL ON util_db.* to XXX identified by "XXX&qu

RE: Find username password on tables

2005-10-05 Thread Sujay Koduri
sword(use grant) to use that. sujay -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 6:39 PM To: mysql@lists.mysql.com Subject: Find username password on tables Hello, A while back, I created a database, and performed the following: GRAN

Re: Find username password on tables

2005-10-05 Thread Arno Coetzee
Scott Purcell wrote: Hello, A while back, I created a database, and performed the following: GRANT ALL ON util_db.* to XXX identified by "XXX"; Problem is, a year later, I need to find the username and password, so I can write to these tables. Can this be accomplished, I am the root user.

Find username password on tables

2005-10-05 Thread Scott Purcell
Hello, A while back, I created a database, and performed the following: GRANT ALL ON util_db.* to XXX identified by "XXX"; Problem is, a year later, I need to find the username and password, so I can write to these tables. Can this be accomplished, I am the root user. Thanks, Scott -- MySQ