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 LanguageThe question was asked during an internship interview.I want to ask this question from Access Control and Security topic in chapter MySQL Administration of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions