MySQL
Object for connection and transaction to a Mysql database.
Last updated
Object for connection and transaction to a Mysql database.
Last updated
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.