Use the GRANT command. Example (pick the permission you need ... be careful:

GRANT SELECT,
INSERT,
UPDATE,
DELETE,
INDEX,
ALTER,
CREATE,
DROP,
RELOAD,
SHUTDOWN,
PROCESS,
FILE,
ON {database}.*
TO {username}@localhost
IDENTIFIED BY '{password}',
WITH GRANT OPTION;

This is detailed in the MySQL Manual

- G Jensen

----- Original Message -----
From: "Stephen Smithstone" <[EMAIL PROTECTED]>
To: "mySQL (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 3:55 AM
Subject: Adding Users


> Quick simple question how do i add a user to my mysql system?
>
> Thxs
>
> Stephen
>
> ---------------------------------------------------------------------
> 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
>


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