Skip to content
Fuuz Wiki Import edited this page Jun 7, 2026 · 3 revisions

MySQL

Article Type: Reference Audience: Developers, IT Module: Edge

MySQL is a widely used open-source relational database management system (RDBMS). It stores and manages data in structured tables with rows and columns, supports the SQL language for querying and manipulating data, and is a common backend for web and enterprise applications. The Edge Gateway can connect to a MySQL database to read and write data as part of a Data Flow.

Connector type: Edge data connector — configured on the Edge Gateway to connect to a database (no physical device driver required).

Configuration

  • Server: The host name of the SQL server.
  • Port: The port the SQL server is running on. Typically 3306.
  • Database: The database to connect to.
  • User: The user to connect to the server as.
  • Password: The password for the connecting user.
  • Options: A JSON object for extra connection options.

Functions

Query

Executes SQL against a database.

  • Query: The SQL to run against the database. The string can be parameterized with ?.
  • Parameters: The parameter values to be merged into the SQL to execute (an array of values).

See Also


Source: support.fuuz.com

🏠 Home

Getting Started (14)
Training Guides (52)

Applications

Access & Users

Data Models & Schema

Screens

Weather Lookup Series — guided 3-part build

Data Flows & Integrations

Data, Reporting & Monitoring

Enterprise & Organizations

Platform Concepts & Architecture (10)
Screens & Application Design (17)
Data Models & Schema (8)
Data Flows & Scripting (51)

Designing Flows

Data Flow Nodes

JSONata Reference

Scripting

Integrations & Connectors (30)

General & iPaaS

Plex

EDI

IIoT & Edge Gateway (18)

Physical Device Connectors

Edge Data Connectors

Reporting, Documents & Dashboards (8)
Administration & Access Control (27)
Data Management (8)
Accelerators, Templates & Packages (8)
Design Standards (1)
How-To Guides (8)
FAQ & Troubleshooting (1)
Release Notes (117)

2026

2025

2024

2023

2022

2021

2020

Policies & Company (6)

Clone this wiki locally