While reviewing the MySQL error

题目

While reviewing the MySQL error log, you see occasions where MySQL has exceeded the number of file handles allowed to it by the operating system. Which method will reduce the number of file handles in use?()

  • A、Activating the MySQL Enterprise thread pool plugin
  • B、Relocating your data and log files to separate storage devices
  • C、Disconnecting idle localhost client sessions
  • D、Implementing storage engine data compression options
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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


参考答案:A

第2题:

php哪个函数用于向mysql数据库发送指令?()

A.mysql_select_db

B.mysql_connect

C.mysql_query

D.mysql_fetch_field


参考答案:C

第3题:

While reviewing the MySQL error log, you see occasions where MySQL has exceeded the number of file handles allowed to it by the operating system.Which method will reduce the number of file handles in use?()

A.Activating the MySQL Enterprise thread pool plugin

B.Relocating your data and log files to separate storage devices

C.Disconnecting idle localhost client sessions

D.Implementing storage engine data compression options


参考答案:C

第4题:

While reviewing cluster logs, and administrator notice that an event, network_down rs232a, occurred on the previous day. After verifying the physical network connections and device states, what command can be used to verify the cluster state?()

  • A、 clstat
  • B、 cllsif
  • C、 clsnapshotinfo
  • D、 clcheck_server

正确答案:A

第5题:

Heeling error is defined as the change of deviation for a heel of ______.

A.2° while the vessel is on an intercardinal heading

B.1° while the vessel is on a compass heading of 000°

C.2° and is constant on all headings

D.1° while the vessel is on a compass heading of 180°


正确答案:B

第6题:

PHP使用以下哪个函数连接MySQL数据库服务器()

A.mysql_query

B.mysql_select_db

C.mysql_connect

D.mysql_fetch_array


参考答案:C

第7题:

有谁知道为什么我在mysql中创建存储过程无法定义变量啊!在里面一定义就报错。 定义DECLARE a int

报错信息:

ERROR 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '  DECLARE a INT ';


DECLARE @a INT 变量要加@符号

希望能帮到你,别忘了采纳我的答案哦,祝你生活愉快!


第8题:

You adjust a default configuration to the following /etc/my.cnf on a Linux installation:[mysqld] Loq-bin Binrylog_format=ROW You do not notice the spelling error in binrylog_format and restart your production server. How does the MySQL server behave with incorrectly spelled options?()

A.Mysqld uses internal configuration versioning and reverts to the previous configuration

B.When using mysql_config_editor for configuration adjustments, it detects incorrect syntax and typing mistakes

C.The mysqld_safe script skips the unknown variable and starts using the remaining configuration changes

D.Mysqld prints to the error log about an unknown variable, and then exits


参考答案:D

第9题:

While reviewing the backup logs a server administrator notices that a backup job for an application server on the same subnet has failed. Which of the following is MOST likely the problem?()

  • A、The remote agent was not running.
  • B、The management card has failed.
  • C、The proxy server was blocking access.
  • D、The hardware firewall was blocking access.

正确答案:A

第10题:

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

正确答案:A

更多相关问题