Oracle
1Z0-882 · Question #24
Which three connector/J connection strings can be used to connect to the MYSQL server?
The correct answer is A. Jdbc:mysq1://localhost/test?user =xxx&password=xxx C. Jdbc :mysql:replication://master,slave1.slave2. /test?user=xxx&password=xxx E. Jdbc :mysql:loadbalance://master.slave1,slave2/test?user=xxx&password=xxx. See the full explanation below for the reasoning.
Question
Which three connector/J connection strings can be used to connect to the MYSQL server?
Options
- AJdbc:mysq1://localhost/test?user =xxx&password=xxx
- BJdbc :mysqli://localhost/test?user=xxx&password=xxx
- CJdbc :mysql:replication://master,slave1.slave2. /test?user=xxx&password=xxx
- DJdbc:mysql:proxy://localhost/test?user=xxx&password=xxx
- EJdbc :mysql:loadbalance://master.slave1,slave2/test?user=xxx&password=xxx
How the community answered
(23 responses)- A74% (17)
- B17% (4)
- D9% (2)
Community Discussion
No community discussion yet for this question.