Exam Name: | MySQL 8.0 Database Developer | ||
Exam Code: | 1z0-909 Dumps | ||
Vendor: | Oracle | Certification: | MySQL Developer |
Questions: | 65 Q&A's | Shared By: | ivie |
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 commands and output:
Which is true about the execution of the insert statement?