What are the security features of MySQL?
The question is about MySQL
Answer:
MySQL offers security features like user authentication, role-based access control (RBAC), SSL/TLS encryption for data in transit, and data-at-rest encryption. It also supports auditing and password policies to enhance database security.