[CentOS] Re: Request info on managing MySQL

Tue Sep 23 01:40:40 UTC 2008
Chris Boyd <cboyd at gizmopartners.com>

On Sep 22, 2008, at 10:27 AM, Bob Hoffman wrote:

> Host_name is usually localdomain..
>
> But check first with show databases to see..

Use this to make sure:

SELECT Host, User FROM mysql.user;


--Chris