Skip to content

Commit 33b430c

Browse files
Migrate appveyor build to MySql 8
1 parent 7a86566 commit 33b430c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ before_test:
6363
Pop-Location
6464
}
6565
'MySQL' {
66-
Start-Service 'MySQL57'
66+
Start-Service 'MySQL80'
6767
# Create nhibernate database (not handled by NHibernate.TestDatabaseSetup.dll)
6868
$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
69+
& 'C:\Program Files\MySQL\MySQL Server 8.0\bin\mysql' -e 'CREATE DATABASE nhibernate CHARACTER SET utf8 COLLATE utf8_general_ci;' --user=root
7070
}
7171
'Odbc' { Start-Service 'MSSQL$SQL2017' }
7272
'PostgreSQL' {

0 commit comments

Comments
 (0)