We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177a2e9 commit 7f7ab2cCopy full SHA for 7f7ab2c
1 file changed
WorkerService1/Data/MySqlDbFactory.cs
@@ -10,7 +10,8 @@ public class MySqlDbFactory:DbFactoryBase<MySqlConnection>
10
11
public MySqlDbFactory()
12
{
13
- ConnectionString = "server=192.168.10.25;port=3306;database=zpexam_201903;uid=root;pwd=ZeroPlus2013;";
+ //todo make sure type in the pwd before run this sample
14
+ ConnectionString = "server=192.168.10.25;port=3306;database=zpexam_201903;uid=root;pwd=;";
15
16
}
17
0 commit comments