2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00
Files
mysql/examples/run_examples.sh
2020-01-10 15:32:01 +00:00

6 lines
140 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