2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00
Files
mysql/examples/run_examples.bat
anarthal 54f72e37ed Made test scripts work under Windows
Solved problem with integration tests under MySQL 8.x (due to default auth plugin for root)
2020-01-14 22:26:29 +00:00

6 lines
218 B
Batchfile

SET SCRIPTPATH=%~dp0
mysql.exe -u root < "%SCRIPTPATH%db_setup.sql"
example_query_sync example_user example_password
example_query_async example_user example_password
example_metadata example_user example_password