For the complete documentation index, see llms.txt. This page is also available as Markdown.

MySQL Connection

Integrate MySQL in your IoT Solution with Thingsup. Connect MySQL Databases and run queries to insert/get data via MQTT or HTTP APIs.

This provides a connection to User's MySQL Database. User need to provide following parameters to establish a connection to their MySQL database.

  • Host - Public DNS/IP of MySQL Database

  • Port - MySQL Port Number

  • Database - MySQL Database Name

  • Username - MySQL Username

  • Password - MySQL Password

Add MySQL Connection

Please note the following points:

  • MySQL Authentication Plugin should be mysql_native_password.

  • localhost database is not supported. You can connect your local MySQL server with tunneling service like ngrok

Last updated

Was this helpful?