Which three are requirements for a secure MySQL Server environment? (Choose three.)
Restrict the number of OS users that have access at the OS level.
Ensure appropriate file system privileges for OS users and groups.
Minimize the number of non-MySQL Server-related processes running on the server host.
Encrypt the file system to avoid needing exact file-system permissions.
Keep the entire software stack on one OS host.
Run MySQL server as the root user to prevent incorrect sudo settings.
Submit