To create a MySQL data source in Wyn Enterprise, follow these steps.
On the Resource Portal, navigate to Create (+) > Create Data Source.
Select Mysql in the data source list on the left or in the icon view on the right.
Fill in the database configuration information for the selected data source.
Server=myServerAddress; Port=myServerPort; Database=myDataBase; Uid=myUsername; Pwd=myPassword;
* Required fields
Verify the MySQL connection by clicking Test Connection. If the data source is available, and the credentials are correct, you receive a notification on successful connection.
Click Create after the connection is successful.
You can view the added data source in the Categories tab of the Resource Portal.
Note: If you cannot use the dashboard or report due to the incomplete reading of the MySQL data after the system is upgraded and installed, you should modify the data source connection as follows.1. If you initially used the connection string, you should delete the database name in the string, such as 2. If you initially used the configuration item, you should change the connection string in Use Configuration String as follows (pay attention to the characters - the database name is not included in the string).