Exam 1z0-915-1 Topic 6 Question 21 Discussion

Actual exam question for Oracle's 1z0-915-1 exam
Question #: 21
Topic #: 6
A port-forwarding Bastion session has been created for a MySQL DB system listening on 10.10.1.187:3306.
The SSH command provided by the Bastion session is:

An SSH tunnel is created successfully on a client machine by running this command:

Which command connects to the MySQL DB System from the client machine?

Suggested Answer: C Vote an answer

Given the SSH command sets up port forwarding from the local port3311to the remote MySQL DB system port3306, the correct command to connect to the MySQL DB system from the client machine is:
C:mysqlsh mysql://[email protected]:3311
This command connects to the local machine's port3311, which forwards the connection to the MySQL DB system at10.10.1.187:3306.

by Perry at Dec 16, 2024, 06:02 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10