"Nils Valentin" <[EMAIL PROTECTED]> wrote:
> 
> I saw in the online manual
> 
> http://www.mysql.com/doc/en/SET_OPTION.html
> http://www.mysql.com/doc/en/Privileges.html
> 
> 
> A SUPER PRIVILEGE mentioned. How does it differ from the  GRANT privilege ?

GRANT option allows you to give your privileges to other users.
SUPER privilege allows to execute some commands related to database administration, 
like KILL, LOAD DATA FROM MASTER etc.

> I would appreciate if anybody could point me to some more detailed infomation 
> of each privilege .
> 
> I have seen some description already f.e with
> mysql> SHOW PRIVILEGES;

You can find description of prvileges at:
        http://www.mysql.com/doc/en/Privileges_provided.html 


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to