<<< Previous question <<< Question ID#0557.md >>> Next question >>>
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