MySQL

Database

MySQL is a popular open-source relational database management system, widely used for web applications.

While building micro tools, you can the fill required information to create a new connection with the MySQL connector as follows.

  • Username (required)

  • Password (required)

  • Host (required)

  • Port (required) - Default port number is automatically added.

  • Database (required)

  • Schema (required)

  • Description (optional)

You can also add advance configuration by defining key-value pairs.

Last updated

Was this helpful?