MySQL
Last updated
Was this helpful?
Last updated
Was this helpful?
An open-source, reliable, and easy-to-use relational database that allows for seamless integrations with many platforms and programming languages.
Means for Lumi to connect to the client to implement the services required:
The following are limitations that can be set to fine tune the agents' actions:
These properties are the essential source system connection properties that all queries are directed towards.
* Required parameters
Provided user must have the following:
For configurations:
When making the user, it is recommended to specify the remote host like 'username'@'%'
where % is the guest address
Encasing a name with back ticks (` `) allows for a usage of reserved words and special characters but is not recommended
Depending on the file system on Linux computers, case sensitivity may be enforced while the default on Windows and most Linux systems are case-incentive
MySql has no division by zero, just renders nulls
Ensure the server is not in recovery mode and be on an online state
Ensure the firewall settings allow for a connection to the database
Ensure the username, password, and database values are explicitly provided
Valid Examples
Invalid Examples
Valid Examples
Invalid Examples
Valid Examples
Invalid Examples
Valid Examples
Invalid Examples