Re: Blank users/passwords

2007-12-10 Thread mgainty
1)the user you have connected with does not have permissions to the table 2)you have not yet connected to the DB containing users table easily solved by connect mysql and rerun query Viel Gluck/Buena Suerte Martin-- - Original Message - Wrom: LYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMY To

Re: Blank users/passwords

2007-12-10 Thread Russell E Glaue
Garris, Nicole wrote: > I'm a new MySQL DBA taking over admin duties for an existing MySQL > nonclustered 4.1 installation. It has 6 small user databases. So in the > mysql database, I run the query > > Select host, user, password from user; > > Which returns the following: > > > > +-

Re: Blank users/passwords

2007-12-10 Thread Baron Schwartz
Hi, On Dec 10, 2007 4:51 PM, Garris, Nicole <[EMAIL PROTECTED]> wrote: > I'm a new MySQL DBA taking over admin duties for an existing MySQL > nonclustered 4.1 installation. It has 6 small user databases. So in the > mysql database, I run the query > > Select host, user, password from user; > > Whi