Which query would you use to find connections that are in the same state for longer than 180 seconds?
Which two statements are true regarding partitioning in Mysql?
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?
Identify a performance impact when using the Performance Schema.
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?
Which two events will cause a slave server to create a new relay log file?
Consider the MySQL Enterprise Audit plugin.
On attempting to start the MySQL service after a crash, notice the following error:
[ERROR] Plugin 'audit_log' init function returned error.
In the audit log file, you notice the final entry:
...
<AUDIT_RECORD
TIMESTAMP="2013-07-09T02:12:35"
NAME="Connect"
CONNECTION_ID="98"
STATUS="0"
USER="Kate"
PRIV_USER="kate"
OS_LOGIN=""
HOST="localhost"
DB=""/>
What action should you take to fix the error and allow the service to start?
Consider the Mysql Enterprise Audit plugin.
The following event detail is found in the audit log:
<AUDIT_RECORD
TIMESTAMP="2013-04-09t01:54:17"
NAME="Connect"
CONNECTION_ID="3"
STATUS="1045"
USER="kate"
PROXY_USER=""
HOST="localhost"
IP=""
DB=""/>
Which two points can be concluded from the given event?
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?
Which two are correct steps in taking a binary backup of MyISAM tables?