Connection
- The ‘SOCKET’ protocol is permitted on which operating systems?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The connection protocol used by the option ‘–protocol = SOCKET’ indicates the unix socket file connection to the local server. Each –protocol value has the set of permissible OS.
- How many files does each end of a client/server connection including SSL support use to set up secure communications?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
With a MySQL installation that includes SSL support the server and its clients can communicate securely. Each end of a connection uses three files to set up secure communications.
- The TLS protocol is _____________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
MySQL supports encrypted connections between clients and the server using the TLS protocol. It is also referred to as SSL but MySQL does not actually use the SSL protocol for encrypted connections.
- The grant table scope columns that is case insensitive is _____________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
‘Db’ and ‘Table_name’ values are always treated as case sensitive even though treatment of database and table names in SQL statements depends on the filesystem case sensitivity of the host.
- Which variable checks for availability of SSL support?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
After the SSL-capable server is started, to verify that it supports SSL, connection is established with ‘mysql’ and the following query is issued: SHOW VARIABLES LIKE ‘have_ssl’.