On Mon, 8 May 2000, Mark Basil wrote:

> Try
> 
> insert into user values ("localhost","username",password("$userpassword"));

The kosher way is:

grant select, insert, delete, update on database.table to user@domain
identified by 'password';

this will give user access to database.table when he comes from
domain. only the priv's listed though. Check out the manual for more
detailed info.

/me

--
Mike Erickson <[EMAIL PROTECTED]>
Network Operations, The FIX Network, Inc.
"Worldwide Technology - Hometown Service & Support" (sm)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to