Todd,
Monday, May 13, 2002, 7:18:11 PM, you wrote:

TC> Where is the user table?

Table 'user' is located in database 'mysql'. It's one of the table
that MySQL uses for user identification. Some more details about user
identification and privilege system in MySQL you can find at:
               http://www.mysql.com/doc/P/r/Privileges.html
               http://www.mysql.com/doc/P/r/Privileges_provided.html
               http://www.mysql.com/doc/C/o/Connection_access.html
               http://www.mysql.com/doc/R/e/Request_access.html
               

TC>  Can it be viewed?

Sure.
     mysql> USE mysql
     mysql> SELECT * FROM user;

TC>  How can I tell what is in it with
TC> mysqladmin?

No way.

TC> Todd





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to