-
MySQL uses security based on ACL. What does it stand for?
-
- Automatic Control Language
- Automatic Control Lists
- Access Control Lists
- Access Control Language
- None of these
Correct Option: C
MySQL uses security based on Access Control Lists (ACLs) for all connections, queries and other operations that users can attempt to perform. There is support for SSL encrypted connections.