mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 12:52:17 +00:00
6 lines
140 B
Bash
Executable File
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 |