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?
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?
http://dev.mysql.com/doc/mysql-security-excerpt/5.5/en/audit-log-plugin-loggingcontrol.html
Which two statements are true about InnoDB auto-increment locking?
http://dev.mysql.com/doc/refman/5.6/en/innodb-auto-increment-configurable.html
You are using replication and the binary log files on your master server consume a lot of disk space.
Which two steps should you perform to safely remove some of the older binary log files?
You have a login-path named ''adamlocal'' that was created by using the mysql_config_editor command.
You need to check what is defined for this login_path to ensure that it is correct for you
deployment.
You execute this command:
$ mysql_config_editor print --login-path=adamlocal
What is the expected output of this command?
Currently there are no comments in this discussion, be the first to comment!