试题详情


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.