How to enter additional connection properties to MySQL linked service in ADF

rmarian 1 Reputation point
2024-10-10T15:54:20.1566667+00:00

How can I configure additional connection parameters in the latest version of the MySQL linked service connector? Connection strings are no longer supported and I would like to set TreatTinyAsBoolean=false, as suggested in the documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-mysql?tabs=data-factory#data-type-mapping-for-mysql

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,945 questions
{count} votes

2 answers

Sort by: Most helpful
  1. hossein jalilian 8,615 Reputation points
    2024-10-10T16:30:00.4066667+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    In the Azure Data Factory UI, when creating or editing your MySQL linked service, scroll down to find the Additional Connection String Properties field, in this field, enter the additional parameter you want to set:

    TreatTinyAsBoolean=false;SslMode=Required
    

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

  2. AnnuKumari-MSFT 33,636 Reputation points Microsoft Employee
    2024-11-24T08:04:08.4033333+00:00

    Hi rmarian ,

    Since there is no additional properties option in 'Azure Database for MySQL' , it seems it's not possible to add it . You could try editing the JSON of the linked service and see if it works.

    In case you want to raise a product suggestion , kindly use this platform for the same: https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c

    Hope it helps . Kindly accept the answer by clicking on Accept answer button. Thankyou

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.