Home » MYSQL » MySQL Triggers » Question
  1. Before MySQL 5.1.6 which privilege was required to create and drop triggers?
    1. SUPER
    2. PRIVILEGE
    3. MACRO
    4. TRIGGER
    5. None of these
Correct Option: A

The privilege to create and drop triggers is version specific in MySQL. Before MySQL 5.1.6, the SUPER privilege was needed. Access control is more correctly handled post this version.



Your comments will be displayed only after manual approval.