Home » MYSQL » MySQL Access Control and Security » Question
  1. What enables the read and execute access to all users outside of mysql group.
    1. drwyrwyr-x
    2. drwyrwyr-y
    3. drwxrwxr-x
    4. drwxrwxr-y
    5. None of these
Correct Option: C

Some database directories have the proper permissions like ‘drwx——‘ enables read, write, and execute access to the owner, but no access to anyone else. Other directories have an overly permissive access mode like ‘drwxrwxr-x’.



Your comments will be displayed only after manual approval.