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 08de64c commit 246db81Copy full SHA for 246db81
appveyor.yml
@@ -42,6 +42,7 @@ before_test:
42
Start-Service 'MySQL57'
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 " SHOW SESSION VARIABLES LIKE 'character\_set\_%';" --user=root
46
& 'C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql' -e "SHOW VARIABLES LIKE 'collation%';" --user=root
47
& 'C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql' -e 'CREATE DATABASE nhibernate;' --user=root
48
}
0 commit comments