mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-15 01:02:17 +00:00
Solved problem with integration tests under MySQL 8.x (due to default auth plugin for root)
4 lines
91 B
Batchfile
4 lines
91 B
Batchfile
SET SCRIPTPATH=%~dp0
|
|
|
|
mysql.exe -u root < "%SCRIPTPATH%db_setup.sql"
|
|
mysql_integrationtests |