Configuring MySQL Flashcards

1
Q

What are three methods to reduce MySQL server exposure to remote connections? (Choose three.)

a) using the sql_mode=strict_secure after connections are established for encypted communications
b) using ssl when transporting data over remote connections
c) setting –mysql_secure_configuration to enable paranoid mode
d) setting –skip-networking when remote connections are not required

A

a) and b) and d)

–skip-networking tells to run without any of the TCP/IP networking options.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly