MySQL

Object for connection and transaction to a Mysql database.

Settings

Field

Description

Title

Object title

MySQL Identifier Name

Singular name for the MySQL object (variable)

The connection URL

The URL to the database connection

Database name

The database's name

User

The user for the connection to the database

Password

The password for the connection to the database

Command

Command that will be executed in the database: UPDATE, DELETE, INSERT or SELECT. Important: The executed commands must be consistent to the permissions given to the user that was set.

Last updated

Was this helpful?