Explain Access Control Lists.



Explain Access Control Lists...

Answer / Harish Chandra Kanojia

Access Control Lists (ACLs) in MySQL are a way to manage user permissions at the table and column level. They allow fine-grained control of who can access specific tables or columns, read or write data, or perform certain actions like granting or revoking privileges. ACLs can be set using GRANT and REVOKE statements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is pragma autonomous_transaction?

1 Answers  


Explain csv tables.

1 Answers  


What is mysql cursor?

1 Answers  


How do I start and stop mysql on windows?

1 Answers  


Explain GRANT command in MySQL.

1 Answers  


How does triggers work in mysql?

1 Answers  


Can you save your connection settings to a conf file?

1 Answers  


What is difference b/w composit key n primary key and forigion key?

4 Answers  


What is int mysql?

1 Answers  


A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.

1 Answers  


Is mysql good for large database?

1 Answers  


How do I view data in mysql workbench?

1 Answers  


Categories