InterviewSolution
Saved Bookmarks
| 1. |
MySQL uses security based on ACL. What does it stand for?(a) Access Control Language(b) Access Control Lists(c) Automatic Control Lists(d) Automatic Control Language |
|
Answer» Correct option is (b) Access Control Lists The explanation: 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. |
|