Skip to content

Commit

Permalink
Merge pull request #1382 from HicServices/hotfix/mysql-ci
Browse files Browse the repository at this point in the history
Enable MySQL in CI
  • Loading branch information
tznind authored Aug 30, 2022
2 parents 1a22be2 + 26534e9 commit a3a5100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests.Common/TestDatabases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ServerName: localhost
Prefix: TEST_
MySql: server=127.0.0.1;Uid=root;Pwd=YourStrong!Passw0rd;SslMode=None
MySql: server=127.0.0.1;Uid=root;Pwd=YourStrong!Passw0rd;AllowPublicKeyRetrieval=True
PostgreSql: User ID=postgres;Password=;Host=127.0.0.1;Port=5432
Oracle:
#User accounts you can create with limited access rights (e.g. connect list databases etc). These users will be used in low privilege tests
Expand All @@ -20,4 +20,4 @@ Oracle:
#MySqlLowPrivilegeUsername: minion
#MySqlLowPrivilegePassword: minionPass
#OracleLowPrivilegeUsername: minion
#OracleLowPrivilegePassword: minionPass
#OracleLowPrivilegePassword: minionPass

0 comments on commit a3a5100

Please sign in to comment.