public sealed class MySqlConnectionProfile : IMessage<MySqlConnectionProfile>, IEquatable<MySqlConnectionProfile>, IDeepCloneable<MySqlConnectionProfile>, IBufferMessage, IMessage
Specifies connection parameters required specifically for MySQL databases.
Required. Input only. The password for the user that Database Migration Service will be using to
connect to the database. This field is not returned on request, and the
value is encrypted when stored in Database Migration Service.
Required. The username that Database Migration Service will use to connect to the
database. The value is encrypted when stored in Database Migration Service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eMySqlConnectionProfile\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.CloudDms.V1\u003c/code\u003e namespace, which specifies the connection parameters needed for MySQL databases.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documentation available is \u003ccode\u003e2.5.0\u003c/code\u003e, and the content lists available versions ranging from \u003ccode\u003e1.0.0\u003c/code\u003e to \u003ccode\u003e2.5.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMySqlConnectionProfile\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing methods and properties for managing MySQL database connections.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMySqlConnectionProfile\u003c/code\u003e include \u003ccode\u003eHost\u003c/code\u003e, \u003ccode\u003ePort\u003c/code\u003e, \u003ccode\u003eUsername\u003c/code\u003e, \u003ccode\u003ePassword\u003c/code\u003e, \u003ccode\u003eSsl\u003c/code\u003e, and \u003ccode\u003eCloudSqlId\u003c/code\u003e, which allow for configuring the connection to a MySQL instance, including SSL settings and Cloud SQL details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePasswordSet\u003c/code\u003e property is an output only value that indicates whether the connection profile password is set or not.\u003c/p\u003e\n"]]],[],null,[]]