Consider the Mysql Enterprise Audit plugin. A CSV file called data.csv has 100 rows of data. The stored procedure prepare_db ( ) has 10 auditable statements. You run the following statements in the mydb database: Mysql> CALL prepare_db ( ); Mysql> LOAD DATA INFILE '/tmp/data.cav' INTO TABLE mytable; Mysql> SHOW TABLES; How many events are added to the audit log as a result of the preceding statements?()
第1题:
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
第2题:
A.Mysql NDB Cluster
B.Mysql Replication
C.Distributed Replicated Block Device (DRBD) and Mysql
D.Windows Cluster and Mysql
E.Solaris Cluster and Mysql
第3题:
A.mysql_fetch_row
B.mysql_select_db
C.mysql_query
D.mysql_connect
第4题:
Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Which two statements would explain why the service did not start?()
第5题:
取得查询语句的结果集中的记录函数有()
第6题:
Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?()
第7题:
You work as the enterprise exchange administrator at Company.com.The Company.com network consists of a single Active Directory domain named Company.com.Company.com has an Exchange Server 2010 organization.Company.com has merged with another company.The users at Company.com have complained that they are not able to share contacts with the users in the merge company.However, they can share free/busy information.The users at Company.com need to share contacts.What should you do?()
第8题:
Activating the MySQL Enterprise thread pool plugin
Relocating your data and log files to separate storage devices
Disconnecting idle localhost client sessions
Implementing storage engine data compression options
第9题:
You should consider running Exchange Best Practices Analyzer.
You should consider running Microsoft Baseline Security Analyzer (MBSA).
You should consider running the Get-ExchangeServer cmdlet.
You should consider running the Get-EventLogLevel cmdlet.
第10题:
12; only top-level statements and stored procedure events are logged
111; top-level statements and all lower-level statements are logged
3; only the top-level statements are logged
102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event
第11题:
Mysql NDB Cluster
Mysql Replication
Distributed Replicated Block Device (DRBD) and Mysql
Windows Cluster and Mysql
Solaris Cluster and Mysql
第12题:
The RPM installation script sets a default password of password for new installations
The local root user must log in with a blank password initially: mysql –u root –p
New security measures mean that the mysql_secure_installation script must be run first on all new installations
The mysql_install_bd post-installation script used – random-password
第13题:
A.A connection as the user kate was successful
B.A connection failed due to authentication being unsuccessful
C.A connection was attempted via socket rather than TCP
D.A connection was blocked by a firewall or a similar security mechanism
E.A connection failed because the proxy user privileges did not match the login user
第14题:
A.mysql_query
B.mysql_select_db
C.mysql_connect
D.mysql_fetch_array
第15题:
A.mysql_select_db
B.mysql_connect
C.mysql_query
D.mysql_fetch_field
第16题:
php连接上mysql之后,采用哪个函数配置循环可以得到指定表中的记录?()
第17题:
如果想取得mysql数据库系统的运行状态,应该用什么函数?()
第18题:
使用以下哪条指令能够实现数据库的长久连接?()
第19题:
You work as the enterprise exchange administrator at Company.com.The Company.com network consists of a single Active Directory domain named Company.com.Company.com has an Exchange Server 2010 organization.You have received instructions from the CIO to support Autodiscover from the Internet by creating a resource record in DNS.What should you do?()
第20题:
The attribute STATUS is set to the string EXTERNAL_AUTH
The attribute PRIV_USER contains the username
The event type that is given in the attribute NAME is EXTERNAL_AUTH
There is no differentiation between native and external authentication events
External authentication is managed through external auditing logs
The PROXY_PRIV user shows a username if external authentication is used
第21题:
FORCE_PLUS_PERMANENT is not valid for the audit-log option
The audit_log.so library does not exist
The audit_log.so library is in a location that is different from that defined by the plugin_dir option
The audit plugin must be loaded dynamically by using the INSTALL PLUGIN command
The audit log file does not exist in which to write audit events
The audit_log.so library is not an executable file
第22题:
File system snapshots
Mysqldumpslow
Mysqlhotcopy
Mysqldump with – binary-data option
Mysql Enterprise Backup
第23题:
Re-install the audit plugin
Execute the command FLUSH LOGS
Execute the command SET GLOBAL audit_log_fiush= ON
Move or rename the existing audit.log file