COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The MySQL protocol is used between MySQL Clients and a MySQL Server. It is implemented by:
A
· Transparent encryption using SSL
B
· Communication between master and slave replication servers
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The MySQL protocol is used between MySQL Clients and a MySQL Server. It is implemented by: Connectors (Connector/C, Connector/J, and so forth) MySQL Proxy .

Detailed explanation-2: -Correct Option: B. mysqld is the MySQL server program. It serves the incoming client requests by accessing the database.

Detailed explanation-3: -Confirm that you have installed the client and configured access to your instance. Start the mysql client: mysql–host= INSTANCE IP–user=root–password. Enter your password. The mysql prompt appears.

There is 1 question to complete.