Which three connector/J connection strings can be used to connect to the MYSQL server?

Which three connector/J connection strings can be used to connect to the MYSQL server?

Which three connector/J connection strings can be used to connect to the MYSQL server?

A.
Jdbc:mysq1://localhost/test?user =xxx&password=xxx

B.
Jdbc :mysqli://localhost/test?user=xxx&password=xxx

C.
Jdbc :mysql:replication://master,slave1.slave2. /test?user=xxx&password=xxx

D.
Jdbc:mysql:proxy://localhost/test?user=xxx&password=xxx

E.
Jdbc :mysql:loadbalance://master.slave1,slave2/test?user=xxx&password=xxx



Leave a Reply 4

Your email address will not be published. Required fields are marked *