The user 'joe' connecting from the host example.com has full access to all databases on the server:
mysql> SHOW GRANTS FOR 'joe'@'example.com';
+----------------------------------------------------+
| Grants for [email protected] |
+----------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'joe'@'example.com' |
+----------------------------------------------------+
1 row in set (0.00 sec)
You need to restrict the user from accessing the mysql database. Will the following statement do this?
REVOKE ALL PRIVILEGES ON mysql.* FROM 'joe'@'example.com'
A. YesDoing SELECT COUNT(*) queries in InnoDB is efficient...
A. Yes, because InnoDB stores a row count in the table.For which of the following objects can privileges be specified?
A. HostWhich of the following optimizations could be made based on data collected in the slow query log?
A. Tune server parameters.Which factors can be considered in a stored routine to allow or disallow access or modification of data?
A. The identity of the client userWhich of the following are requirements for running more than one MySQL server on the same machine?
A. On Windows each server that runs as a service must have a different service name.Which of the following best describes the relationship between MAX_ROWS, AVG_ROW_LENGTH and the max table size?
A. MAX_ROWS * AVG_ROW_LENGTH tells MySQL how large you expect the table to grow to.Suppose the key column of an EXPLAIN output is NULL. What does this mean?
A. There are no indexes available for use in the query.Which of the following statements are true regarding the slow query log?
A. The slow query log can be switched on with the log_slow_queries option.Which of the following describe the correct single-statement syntax for allowing the existing user 'kofi'@'%' to perform SELECT, INSERT, DELETE and UPDATE actions on all tables in the world database?
A. GRANT SELECT, INSERT, DELETE, UPDATE ON world.* TO 'kofi'@'%';Nowadays, 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.