1z1-320 試験問題を無料オンラインアクセス
| 試験コード: | 1z1-320 |
| 試験名称: | MySQL Cloud Service 2018 Implementation Essentials |
| 認定資格: | Oracle |
| 無料問題数: | 95 |
| 更新日: | 2026-07-18 |
You want to prevent any unauthorized users from gaining access to the personal information of your employees, which is stored in the EMPLOYEE table in a MySQL database. How would you use the MySQL Enterprise Edition Firewall to prevent the following SQL injection attack from exposing the salaries of all your employees?
SELECT fl_name, salary FROM EMPLOYEE WHERE fl_name= 'JHacker' OR 1=1;
The MySQL Cloud Service (CS) is a database offering from Oracle. Which three statements are correct?
After installing MySQL 5.7, you initialize the data directory with the - -initialize command. Identify two places in which you would find the root password.
You have a MySQL Server instance (running with Port# 3306) monitored by the Service Manager in MySQL Enterprise Monitor. You cloned the MySQL Database instance and configured it to be a replicated MySQL instance as Slave using Port# 3316 on the same machine as the Master Server. The replication configuration is working correctly. The Master and Slave Servers are running.
You are trying to add the newly created MySQL Slave instance to the Monitor. The Service Manager in MySQL Enterprise Monitor notifies you that the new instance is successfully added; however, it is not added correctly at the newly added configuration points to the old Master monitored items. The Monitor shows only one monitored MySQL instance for Master and Slave.
Identify two reasons for this problem.
You have a backup image file that is backed up using MySQL Enterprise Backup with the - - compress option:
/home/mysql/backup/full/mybackup/myimage.img
mysqlbackup.cnf is shown as follows:
[mysqlbackup]
backup-dir=/home/mysql/backup/full/mybackup
backup-image=/home/mysql/backup/full/mybackup/myimage.img
You are required to perform a database restore to a new machine to provision the database.
Which command can provision the new database in the datadir as /home/mysql/data/MEB?