When connecting to a MySQL database using PDO, the DSN (Data Source Name) starts with the string ________.

  • "dsn:"
  • "pdo:"
  • "mysql:"
  • "database:"
When connecting to a MySQL database using PDO, the DSN typically starts with "mysql:" to specify the database type for the connection.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *