105、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.
您必须存储连接参数,以便将基于linux的MySQL客户端连接到侦听端口3309的基于
Windows的远程MySQL服务器。
Which four methods can be used to configure user, host, and database parameters?
可以使用哪四种方法来配置用户、主机和数据库参数?
A) Embed login information into the SSH tunnel definition.
B) Execute mysql_config_editor to configure the user connection.
执行mysql_config_editor以配置用户连接。
C) Configure ~/.my.cnf.
D) Execute the mysqladmin command to configure the user connection.
E) Execute the command in a bash script.
在bash脚本中执行该命令。
F) Configure environment variables.
配置环境变量。
G) Define a UNIX socket.
H) Use the usermod program to store static user information.
I) Configure ~/.ssh/config for public key authentication.
Answer:BCEF
you want to specify the TCP/IP port number using the MYSQL_TCP_PORT variable.
标签:Execute,Configure,connection,mysql8.0,user,configure,MySQL,OCP,105 From: https://blog.51cto.com/u_16049762/8955414