From ada93fc304be01e3e2bf3fdcbff09b909767fa41 Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Thu, 20 Jan 2022 14:20:31 +0530 Subject: [PATCH] revert added host_port to the mysql.json example (#2007) --- docs/openmetadata/connectors/mysql.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/openmetadata/connectors/mysql.md b/docs/openmetadata/connectors/mysql.md index bffd4b29b82..e45ebda0922 100644 --- a/docs/openmetadata/connectors/mysql.md +++ b/docs/openmetadata/connectors/mysql.md @@ -110,7 +110,6 @@ Note: The `source.config` field in the configuration JSON will include the major "source": { "type": "mysql", "config": { - "host_port": "hostname.domain.com:5439", "username": "openmetadata_user", "password": "openmetadata_password", "database": "openmetadata_db",