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.