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 7a86566 commit 33b430cCopy full SHA for 33b430c
appveyor.yml
@@ -63,10 +63,10 @@ before_test:
63
Pop-Location
64
}
65
'MySQL' {
66
- Start-Service 'MySQL57'
+ Start-Service 'MySQL80'
67
# Create nhibernate database (not handled by NHibernate.TestDatabaseSetup.dll)
68
$env:MYSQL_PWD = 'Password12!'
69
- & 'C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql' -e 'CREATE DATABASE nhibernate CHARACTER SET utf8 COLLATE utf8_general_ci;' --user=root
+ & 'C:\Program Files\MySQL\MySQL Server 8.0\bin\mysql' -e 'CREATE DATABASE nhibernate CHARACTER SET utf8 COLLATE utf8_general_ci;' --user=root
70
71
'Odbc' { Start-Service 'MSSQL$SQL2017' }
72
'PostgreSQL' {
0 commit comments