Hi.

On Mon, Oct 01, 2001 at 01:51:35PM -0300, [EMAIL PROTECTED] wrote:
> Hi list members,
> I've just downloaded and installed MySQL 3.23.XX for an HPUX 11.00. Every
> time I try connect to it I must insert a record in the table user for the PC
> (host) in which I'm trying the connection.

You know, the standard method to do this would use GRANT/REVOKE commands?

> Is there any way to avoid this and allow any user on any host to connect ?

Yes, use patterns like '%.equiplus.com'. Have a look at this manual
section for more info:

http://www.mysql.com/doc/G/R/GRANT.html

or alternatively, if you really don't want to use GRANT:

http://www.mysql.com/doc/C/o/Connection_access.html
which is part of 
http://www.mysql.com/doc/P/r/Privilege_system.html

Bye,

        Benjamin.

-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
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