MySQL

Using the PostgreSQL Data Source

Authentication

Authentication to an instance of MySQL requires database credentials.

  • Host

  • Database Name

  • Username

  • Password

  • Port

More details about connecting to PostgreSQL can be found here:

https://dev.mysql.com/doc/refman/8.0/en/connecting.html

Last updated