You use—login-path to access a MySQL server on a Linux installation.Which statement is true about the – login-path option that is created by using mysql_config_editor?()A.All system users have access to the MySQL server via—login path localB.login-path ca

题目
You use—login-path to access a MySQL server on a Linux installation.Which statement is true about the – login-path option that is created by using mysql_config_editor?()

A.All system users have access to the MySQL server via—login path local

B.login-path can be used only for MySQL servers running on a local machine

C.login-path allows you to provide login credentials without passing clear text passwords on the command line

D.When using – login-path to connect to a remote MySQL server, the remote server version must be 5.6 or later


相似考题
更多“You use—login-path to access a MySQL server on a Linux installation.Which statement is true about the – login-path option that is created by using mysql_config_editor?() ”相关问题
  • 第1题:

    程序运行后,要使单选按钮Option1为选中状态,则通过Option1.Value = True语句实现。


    Option1.Value = True

  • 第2题:

    在MySQL中调用存储过程使用的命令关键字是()

    A.do

    B.alter

    C.create

    D.call


    CREATE PROCEDURE

  • 第3题:

    程序运行后,要使单选按钮Option1为选中状态,下面语句正确的是_________。

    A.Option1.CheckState = True

    B.Option1.Value = True

    C.Option1.Visible = True

    D.Option1.Enabled = True


    Option1.Value = True

  • 第4题:

    在MySQL中,指定一个已存在的数据库作为当前工作数据库的命令是______。

    A.USE

    B.SELECT

    C.CREATE

    D.USING


    USE

  • 第5题:

    程序运行后,要使单选按钮Option1为选中状态,下面语句正确的是_________。

    A.Option1.Value = True

    B.Option1.CheckState = True

    C.Option1.Visible = True

    D.Option1.Enabled = True


    Option1.Value = True

  • 第6题:

    2、在MySQL中调用存储过程使用的命令关键字是()

    A.do

    B.alter

    C.create

    D.call


    CALL