| Exam Code/Number: | 1z1-909Join the discussion |
| Exam Name: | MySQL 8.0 Database Developer |
| Certification: | Oracle |
| Question Number: | 66 |
| Publish Date: | Aug 31, 2026 |
|
Rating
100%
|
|
A server hosts MySQL Server and Apache Webserver supporting a PHP/PDO based application.
The application must be migrated from PHP to their Java application server on another host. The MySQL instance remains on the original host.
Examine the PDO connection string used in the existing application:
Mysql:host-localhost;dbname=sales;unix_socket=/var/run/mysql.sock
Which two prevent Java from using the Unix socket?
Examine these my.cnf settings:
Examine this entry from /data/slow.log
Which option is also set in my.cnf?
Which change will prevent negative ages to be inserted into the people table?
Examine these statement which execute successfully:
Now, examine this desired output:
Which two queries will produce the out?