Skip to content

Commit 246db81

Browse files
authored
Update appveyor.yml
1 parent 08de64c commit 246db81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before_test:
4242
Start-Service 'MySQL57'
4343
# Create nhibernate database (not handled by NHibernate.TestDatabaseSetup.dll)
4444
$env:MYSQL_PWD = 'Password12!'
45+
& 'C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql' -e " SHOW SESSION VARIABLES LIKE 'character\_set\_%';" --user=root
4546
& 'C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql' -e "SHOW VARIABLES LIKE 'collation%';" --user=root
4647
& 'C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql' -e 'CREATE DATABASE nhibernate;' --user=root
4748
}

0 commit comments

Comments
 (0)