What are three methods to reduce MySQL server exposure to remote connections?
A. Setting —skip-networking when remote connections are not required
B. Using the sql_mode=STRICT_SECURE after connections are established for encrypted communications
C. Setting specific GRANT privilege to limit remote authentication
D. Setting —mysql_secure_configuration to enable paranoid mode
E. Using SSL when transporting data over remote networks
Answer: ACE
减少MySQL服务器暴露于远程连接的三种方法是什么?
What are three methods to reduce MySQL server exposure to remote connections?
减少MySQL服务器暴露于远程连接的三种方法是什么?
A. Setting —skip-networking when remote connections are not required
在不需要远程连接时设置—skip-networking
B. Using the sql_mode=STRICT_SECURE after connections are established for encrypted communications
建立用于加密通信的连接后,使用sql_mode = STRICT_SECURE
C. Setting specific GRANT privilege to limit remote authentication
设置特定的GRANT特权以限制远程身份验证
D. Setting —mysql_secure_configuration to enable paranoid mode
设置—mysql_secure_configuration启用偏执模式
E. Using SSL when transporting data over remote networks
在远程网络上传输数据时使用SSL
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
- 上一篇:Mysql OCP 82题
- 下一篇:Mysql OCP 84题