Home > Databases > Quizzes > MySQL Basics Practice Test: Secure Connections
MySQL Basics Practice Test: Secure Connections
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 62% Most missed: “The log in which data changes received from a replication master server are writ…”
MySQL uses SSL/TLS to secure connections, and you can also use self-signed certificates. Here are some steps you can take to secure a MySQL connection: Configure the database with best practices for securing a MySQL database Add --ssl-mode to the MySQL Login Create a new remote user Allow remote connections Restrict remote connections Test remote SSL connections  Here are some best practices for securing a MySQL database: Remove default accounts, port mappings, and other settings Restrict remote access Grant users only the privileges they need Use non-root accounts Keep the... Show more
MySQL Basics Practice Test: Secure Connections
Time left 00:00
8 Questions

1. The number of files that each end of a client/server connection including SSL support use to set up secure communications is __________
2. What is the TLS protocol?
3. The variable that checks for availability of SSL support is ____________
4. The MySQL server is configurable.
5. The log in which data changes received from a replication master server are written is _____________
6. Which grant table scope columns are case insensitive?
7. MySQL does provides a date type that has an optional time part.
8. The function that returns a reference to an array of row values is ______________