InterviewSolution
Saved Bookmarks
| 1. |
MySQL uses security based on ACL which stands for ______________(a) Access Control Language(b) Access Control Lists(c) Automatic Control Lists(d) Automatic Control Language |
|
Answer» The correct choice is (b) Access Control Lists Easiest 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. |
|