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 LanguageThis question was posed to me in my homework.The origin of the question is Numeric Data Types in portion Data Type Reference, Operators and Functions of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions