MySQL

For connecting your MySQL database with OmniAI, please use the following configuration parameters:

Configuration Options:

  • Host: The hostname or IP address of the MySQL server.

  • Port: The port number on which the MySQL server is running (default is 3306).

  • Database: The name of the MySQL database to connect.

  • User: The login name for the MySQL database.

  • Password: The password for the MySQL database user.

  • SSL Mode: (Optional) Specifies the SSL mode for the connection (e.g., required, verify-ca, verify-identity, preferred, disabled).

Ensure that your MySQL instance is configured to accept connections from OmniAI and that the user account has appropriate permissions set up for the operations you intend to perform.

Last updated