You execute the following statement in a Microsoft Windows environment. There are no conflicts in the path name definitions.C: \> mysqld – install Mysql56 – defaults – file = C :\my –opts.cnf What is the expected outcome?()A.Mysql is installed as the Windows service name Mysql56, and uses c: \my-opts.cnf as the configuration fileB.An error message is issued because – install is not a valid option for mysqldC.A running Mysql 5.6 installation has its runtime configuration updated with the server variables set in c: \my-opts.cnfD.Mysqld acts as an MSI installer and installs the Mysql 5.6 version, with the c: \my-opts.cnf configuration file

You execute the following statement in a Microsoft Windows environment. There are no conflicts in the path name definitions.C: \> mysqld – install Mysql56 – defaults – file = C :\my –opts.cnf What is the expected outcome?()

A.Mysql is installed as the Windows service name Mysql56, and uses c: \my-opts.cnf as the configuration file

B.An error message is issued because – install is not a valid option for mysqld

C.A running Mysql 5.6 installation has its runtime configuration updated with the server variables set in c: \my-opts.cnf

D.Mysqld acts as an MSI installer and installs the Mysql 5.6 version, with the c: \my-opts.cnf configuration file


相关考题:

Statement对象的两个常用方法是execute()和executeQuery()。() 此题为判断题(对,错)。

You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

4、JDBC中,接口Statement中定义的execute方法的返回类型是()A.ResultSetB.IntC.BooleanD.String

27、在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,并可返回结果集。A.executeQuery()B.execute()C.close()D.executeUpdate()

1、下列哪一个不是Statement接口中的方法。()A.executeUpdate方法B.executeQuery方法C.executeDelete方法D.execute方法

接口Statement中定义的execute方法代表有无ResultSet,返回类型是 。A.ResultSetB.intC.booleanD.受影响的记录数量

Statement接口的execute ()方法的返回类型是int型。

下面Statement接口的方法中,用于执行各种SQL语句的是()。A.executeUpdate(String sql)B.executeQuery(String sql)C.execute(String sql)D.executeDelete(String sql)

下面Statement接口的方法中,用于执行各种SQL语句的是()。A.executeUpdate(String sql)B.executeQuery(String sql)C.execute(String sql)D.executeDelete(String sql)

Statement对象提供了很多方法,主要包括()。A.executeQuery方法B.getInt方法C.getIndex方法D.executeUpdate方法E.execute方法