MySQL
Last updated
Was this helpful?
Last updated
Was this helpful?
You can create a MySQL Destination Connector to write to a MySQL table using your MySQL username and password.
The schema for this Destination Connector is defined by the MySQL table schema.
Required information:
Host
Port
Username
Password
Database
Table
Step 1: After selecting + New Connector, under the System prompt, click MySQL.
Step 2: Provide a Connector Name.
Step 3: Select Destination Connector.
Step 4: Provide the Host Name.
Step 5: Provide the Port Number.
Step 6: Provide your Username.
Step 7: Provide your Password.
Step 8: Provide the name of the Database that contains the table you want to write to.
Step 9: Provide the name of the Table that you want to write to.
We support the use of Validation Webhooks to prevent bad data from being written to your systems, adding another layer of protection to the built-in validations that Osmos provides. The Webhook URL can be posted here.
For more information on Validation Webhook configuration, see