Your customer has provided you with the following server specifications: 64-bit, Oracle Linux 6, 24 Numa CPU cores, 48 GB memory, and sequential write-optimized drives in the /var/lib/seq-write directory. The customer wants you to optimize their MySQL 5.7.10 installation for the server resources available.
Identify three correct configurations for this server setup.
A MySQL server (Linux-based installation, Port 3306, default) needs to be monitored. The MySQL server and the MySQL Enterprise Monitor (MEM) are located in different security zones, which are protected with a firewall. Which port must be opened for MEM agentless monitoring?
You have configured MySQL Enterprise Transparent Data Encryption (TDE). What command would you use to encrypt a table?
https://scriptingmysql.wordpress.com/tag/mysql-enterprise-edition/
https://dev.mysql.com/doc/refman/5.7/en/innodb-tablespace-encryption.html
When working with the Linux operating system on a database cloud instance (non-RAC), which user accounts are available for database and non-database administration?
You have a text file named ''xyz.csv'' exported from another system.
You are asked to import data to a MySQL Database table named ''country''.
The table definition is as follows:
Identify the action that imports the data from Workbench or MySQL Client to the database correctly.
Currently there are no comments in this discussion, be the first to comment!