Skip to content

Commit 1c65f10

Browse files
authored
Merge pull request #1152 from cloudfoundry/fix-mysql-native
Inigo should have native passwords enabled
2 parents d37c3bb + ee9c808 commit 1c65f10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/code.cloudfoundry.org/inigo/bin

src/code.cloudfoundry.org/inigo/bin/test.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ datadir=C:\\var\\vcap\\data\\mysql
6767
ssl-cert=$certFile
6868
ssl-key=$keyFile
6969
ssl-ca=$caFile
70-
max_connections=1000"
70+
max_connections=1000
71+
mysql_native_password=ON"
7172

7273
Restart-Service Mysql
7374
}

0 commit comments

Comments
 (0)