Home > Databases > Quizzes > MySQL Basics Practice Test: MySQL Access Control and Security
MySQL Basics Practice Test: MySQL Access Control and Security
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 66% Most missed: “Which program is used as a utility for MyISAM table maintenance?”
MySQL access control is a key part of database management and security. It protects data privacy, security, and prevents unauthorized modifications. MySQL uses Access Control Lists (ACLs) for all connections, queries, and other operations. Authentication verifies that a client is allowed to connect as a specific user, and authorization determines what actions a user is allowed to perform.  Here are some ways to secure a MySQL database: Secure local and remote database access Authenticate and encrypt both local and remote connections: Use the latest TLS protocols Use secure authentication... Show more
MySQL Basics Practice Test: MySQL Access Control and Security
Time left 00:00
25 Questions

1. Which of these grant table scope columns is case insensitive?
2. What is the best datatype for a column that is expected to store values up to 2 million?
3. The line that is not used to turn on the event scheduler is _________________
4. REGEXP does not take collation into account.
5. Triggers are not supported for _____________
6. What does the AUTO_INCREMENT sequences normally begin at?
7. Triggers and events are not invoked automatically by the server.
8. Which table lists the accounts and the databases for which the privileges are provided?
9. The datatype that stores the longest length of strings is ______________
10. To check if the data directory contains insecure files or directories, the command executed is _____________
11. Which program is used as a utility for MyISAM table maintenance?
12. What causes a replication master server to delete all the binary log files even if they are still in use?
13. How can the value of recently generated sequence number be obtained?
14. The TLS protocol is _____________
15. The statement that is used to check the status of the event scheduler at runtime is _____________
16. What does the expression ‘2 BETWEEN 2 AND 5’ result in?
17. The table that lists the column level privileges is _____________
18. MySQL does not provide a date type that has an optional time part.
19. What does LAST_INSERT_ID() return when no AUTO_INCREMENT value has been generated during the current connection?
20. How is a stored procedure invoked?
21. The grant table scope columns that is case insensitive is _____________
22. How many files does each end of a client/server connection including SSL support use to set up secure communications?
23. What does ‘abc’ || ‘xyz’, when PIPES_AS_CONCAT is enabled, result in?
24. The server uses a Unix domain socket file for connections by clients to localhost.
25. What enables the read and execute access to all users outside of mysql group.