Oracle
1Z0-883 · Question #91
A Mysql instance is running on a dedicated server. Developers access the server from the same network subnet. Users access the database through an application that is running on a separate server in…
The correct answer is C. Limiting logins to originate from the application server or the server's subnet F. Enabling and using SSL for connections to the Mysql database. See the full explanation below for the reasoning.
Question
A Mysql instance is running on a dedicated server. Developers access the server from the same network subnet. Users access the database through an application that is running on a separate server in a DMZ. Which two will optimize the security of this setup?
Options
- ADisabling connections from named pipes or socket files (depending on the operating system of the server)
- BRunning the server with ?skip-networking specified
- CLimiting logins to originate from the application server or the server's subnet
- DStarting the server with ?bind- address=0.0.0.0 specified
- EInstalling Mysql on the application server, and running the database and application on the same server
- FEnabling and using SSL for connections to the Mysql database
How the community answered
(29 responses)- A10% (3)
- B7% (2)
- C79% (23)
- E3% (1)
Community Discussion
No community discussion yet for this question.