Skip to content

Commit ad0f83d

Browse files
committed
Fix example to still work with MySQL 5.7.
1 parent dcb78ca commit ad0f83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SideBySide/config.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Data": {
33
"ConnectionString": "server=127.0.0.1;user id=root;password=pass;port=3306;database=mysqltest",
4-
"UnsupportedFeatures": "CachingSha2Password,RsaEncryption,Sha256Password"
4+
"UnsupportedFeatures": "CachingSha2Password,RsaEncryption,Sha256Password,UuidToBin"
55
}
66
}

0 commit comments

Comments
 (0)