Which of the following best describes the purpose of the InnoDB buffer pool?
A. It caches data and index information for InnoDB tables.Granting access to the mysql database...
A. Should never be done for any users.The type of file system you chose may affect MySQL use and/or performance with regard to...
A. Table opening time.Which of the following best describes what you might expect after disabling InnoDB at run time?
A. It will disable InnoDBs associated memory buffers and data structures, however it will not save any memory.Consider the following two partial outputs of the SHOW VARIABLES command on a master and slave server:
Master:
+--------------------------+---------------------------+
| Variable_name | Value |
+--------------------------+---------------------------+
| connect_timeout | 5 |
| log_bin | ON |
| max_connections | 100 |
| shared_memory_base_name | MYSQL |
| server_id | 2 |
| tmp_table_size | 5242880 |
| version | 5.0.13-rc-nt |
Slave:
+--------------------------+---------------------------+
| Variable_name | Value |
---------------------------+---------------------------+
| connect_timeout | 5 |
| log_bin | ON |
| max_connections | 10 |
| shared_memory_base_name | MYSQL |
| server_id | 2 |
| tmp_table_size | 4266336 |
| version | 5.0.16-rc-nt |
There is apparently a problem with the slave replicating from the master. Which of the following best describes the most likely problem?
A. The server_id is not unique.Why is --bind-address an important security option?
A. On a server with multiple network interfaces, you can have mysqld accept connections only on the given interface.Which of the following statements are true?
A. A MERGE table cannot be used with compressed tables.Consider the following:
mysql> SHOW STATUS LIKE 'Qcache%';
+-------------------------+--------+
| Variable_name | Value |
+-------------------------+--------+
| Qcache_free_blocks | 87 |
| Qcache_free_memory | 318442 |
| Qcache_hits | 11224 |
| Qcache_inserts | 19215 |
| Qcache_lowmem_prunes | 437 |
| Qcache_not_cached | 9155 |
| Qcache_queries_in_cache | 240 |
| Qcache_total_blocks | 924 |
+-------------------------+--------+
What can be derived from this output?
A. There is a low utilization of the query cache.Which of the following are reasons to be selective when granting the FILE privilege to accounts?
A. It could be used to execute scripts on the server host.What kind of replication is supported by the MySQL server?
A. Multiple-master replicationNowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-874 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.