CreateMySQLConnectionString
Alias:CreateMySQLConnectionString
Output:Entity
Create a database connection string for a MySQL database.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
Server | string | ✔ | 1 | The server address | |
Database Db | string | ✔ | 2 | The database to run the query against | |
UId UserId Username | string | ✔ | 3 | The username for database access. | |
Pwd Password | string | ✔ | 4 | The password for database access. | |
Port | int | 5 | 3306 | The server port |