Create a MySQL connection

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Establish a zero copy connection to an external MySQL database in Zero Copy Connector Hub.

    시작하기 전에

    Role required: df_connection_admin

    이 태스크 정보

    Work with your data source admin to create a connection to MySQL. For additional information about connecting, refer to the MySQL connector documentation.

    주:
    This connector was developed by the open-source community and made available through the ServiceNow AI Platform for general use. Functionality can vary and might not cover all use cases supported by primary connectors.

    프로시저

    1. Navigate to the available community connectors in Zero Copy Connector Hub in one of the following ways:
      • Navigate to All > Zero Copy Connector Hub > Available connectors > Community connectors.
      • Navigate to Admin > Zero Copy Connector Hub > Available connectors > Community connectors.
    2. Find the MySQL connector and select Connect.
    3. On the form, fill in the fields.
      표 1. New MySQL Connection form
      Field Description
      Name and description
      Connection label Unique name for this connection. This helps in identifying the connection within your system.
      Connection name System-generated name based on the Connection label. This field cannot be modified once the connection is established.
      Short description Description of the connection explaining what it is about.
      Connection attributes
      Connection URL JDBC URL to establish the connection. For example:

      jdbc:mysql://<host>:<port>?sslMode=REQUIRED

      Authentication method
      Username Username associated with the source.
      Password Password associated with the username.
    4. Select Connect.

    결과

    A test connection is made to the external data source, verifying that the connection details are correct and the data source is accessible.

    다음에 수행할 작업

    If the connection succeeds, configure data steward access on the Access Control tab. See Manage access to an established connection using roles.

    If the connection fails, verify the connection details with your data source administrator and try again.