Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 431 Bytes

0557.md

File metadata and controls

18 lines (12 loc) · 431 Bytes

Which of the following is not a valid PDO DSN?

  • A) All of the above are valid
  • B) mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
  • C) oci:dbname=//localhost:1521/mydb
  • D) mysql:host=localhost;port=3307;dbname=testdb
Answer

Answer: A