2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 01:02:17 +00:00
Files
mysql/examples/run_examples.sh
2020-01-11 07:38:02 +00:00

8 lines
201 B
Bash
Executable File

#!/bin/bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
mysql -u root -proot < $SCRIPTPATH/db_setup.sql
./example_query_sync root root
./example_query_async root root
./example_metadata root root