Choose four.
You must store connection parameters for connecting a Linux-based MySQL client to a remote Windows-based MySQL server listening on port 3309.
Which four methods can be used to configure user, host, and database parameters?
AEmbed login information into the SSH tunnel definition.
BExecute mysql_config_editor to configure the user connection.
CConfigure ~/.my.cnf.
DExecute the mysqladmin command to configure the user connection.
EExecute the command in a bash script.
FConfigure environment variables.
GDefine a UNIX socket.
HUse the usermod program to store static user information.
I)Configure ~/.ssh/config for public key authentication.
相关试题
-
remote Windows-based MySQL server listening on port 3309.Which four methods can be used to configure
-
Choose four.Which four connection methods can MySQL clients specify with the --protocol option when
-
hest level of trust and security when connecting to a remote MySQL Server.Which value of --ssl-mode
-
l connection to send a PASV command to the server and then receives a server IP address and server p
-
Choose two.Examine this MySQL client command to connect to a remote database: mysql -h remote.examp