MySQL 8.0 Database Administrator — Question 80

Which four connection methods can MySQL clients specify with the --protocol option when connecting to a MySQL server? (Choose four.)

Answer options

Correct answer: A, B, C, H

Explanation

The correct options are TCP, SOCKET, PIPE, and MEMORY, as these are valid connection methods for MySQL clients. DIRECT, IPv6, FILE, and IPv4 are not options that can be specified with the --protocol flag in this context, as they do not represent valid protocols for MySQL client connections.