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题:
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?()
A.12; only top-level statements and stored procedure events are logged
B.111; top-level statements and all lower-level statements are logged
C.3; only the top-level statements are logged
D.102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event
第2题:
A.mysql_fetch_row
B.mysql_select_db
C.mysql_query
D.mysql_connect
第3题:
以下不能在Mysql中实现循环操作的语句是 ()。
A.CASE
B.LOOP
C.REPEAT
D.WHILE
第4题:
A.mysql_query
B.mysql_select_db
C.mysql_connect
D.mysql_fetch_array
第5题:
A.mysql_select_db
B.mysql_connect
C.mysql_query
D.mysql_fetch_field
第6题:
连接mysql数据库服务器的函数是什么?
A.mysqli_connect()
B.mysqli_query()
C.mysqli_error()
D.mysqli_select_db()