MySQL

MySQL database connection credentials.

Fields

FieldDescriptionRequired
HostDatabase server hostnameYes
PortDatabase port (default: 3306)Yes
DatabaseDatabase nameYes
UsernameDatabase userYes
PasswordDatabase passwordYes

Setup Steps

  • Step 1: Get the connection details from your MySQL database (host, port, database name, user, and password)
  • Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
  • Step 3: Select MySQL as the credential type
  • Step 4: Enter the host, port, database, user, and password
  • Step 5: Click Test Credential to verify the connection