1Z1-888試験無料問題集「Oracle MySQL 5.7 Database Administrator 認定」

A particular government's security policy is to have very strict data encryption and safety settings. This is done by restricting access based on their own CA authority and limiting access to particular users within a department. Which method could be used to restrict access as required?

Which command-line utility creates encrypted files that can be used by client programs and contain obfuscated usernames and passwords?

解説: (GoShiken メンバーにのみ表示されます)
Consider that local disk files are accessible via MySQL with commands such as:
mysql> LOAD DATA LOCAL INFILE `/etc/passwd' INTO TABLE mypasswords; What change could be made to stop any breach via this insecurity?

Which two options describe how MySQL Server allocates memory?

You are investigating the performance of the server and see this information:
* events_waits_summary_global_by_event_namein the Performance Schema shows that the wait/synch/mutex/sql/LOCK_table_cacheevent is dominating other wait events.
* The Table_open_cache_overflowsstatus variable is 0.
Which action should be taken to remove the performance bottleneck described here?

You back up by using mysqldump.
Which configuration is required on the MySQL Server to allow point-in-time recovery?

解説: (GoShiken メンバーにのみ表示されます)
Which statement best describes a "warm" backup?

解説: (GoShiken メンバーにのみ表示されます)
Consider:

Which statement best describes the meaning of the value for the key_len column?

You are using GTIDSin replication. You need to skip a transaction with the GTIDof aaa-bbb-ccc-ddd- eee:3on a slave.
Which procedure would you execute from a MySQL prompt?

You are asked to examine user accounts and find:

Which two statements will best secure this environment? (Choose two.)