mysql
sand connectors upsert mysql
Upsert a MySQL connector
sand connectors upsert mysql [flags]
Examples
$ sand connectors upsert mysql --name="name" --host="localhost" --port="3306" --user="user" --password="password" --database="database"
✅ Connector upserted successfully!
Connector ID: cnc-5ab0075c465c8321
Options
--cluster string Cluster to associate this connector with
--database string Database to authenticate to MySQL with
-h, --help Help for mysql
--host string Host to authenticate to MySQL with
--json Return json output
--name string Connector name (required)
--password string Password to authenticate to MySQL with
--port int Port to authenticate to MySQL with
--user string User to authenticate to MySQL with
SEE ALSO
- sand connectors upsert - Create or update a connector