From: Thimble Smith Date: April 12 1999 5:10pm Subject: Re: How do you list users? List-Archive: http://lists.mysql.com/mysql/1710 Message-Id: <19990412101026.A9567@desert.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Fri, Apr 09, 1999 at 04:08:01PM -0700, Elton Hughes wrote: > Is there a way to query the system to see what userids > have access to the server and what their access level is? Please remember the MySQL user != Unix user. There is NO correspondence between them. This is obvious when you're thinking about a network server, but it's easy to forget if you're running a local server. Tim