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 ccff784 commit 5e890b8Copy full SHA for 5e890b8
appveyor.yml
@@ -39,10 +39,10 @@ before_test:
39
Pop-Location
40
}
41
'MySQL' {
42
- Start-Service 'MySQL57'
+ Start-Service 'MySQL80'
43
# Create nhibernate database (not handled by NHibernate.TestDatabaseSetup.dll)
44
$env:MYSQL_PWD = 'Password12!'
45
- & '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
46
47
'Odbc' { Start-Service 'MSSQL$SQL2017' }
48
'PostgreSQL' {
0 commit comments