mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 12:52:17 +00:00
8 lines
188 B
Bash
Executable File
8 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
|
|
|
mysql -u root < $SCRIPTPATH/db_setup.sql
|
|
./example_query_sync root ""
|
|
./example_query_async root ""
|
|
./example_metadata root "" |