mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-15 01:02:17 +00:00
4 lines
49 B
Bash
Executable File
4 lines
49 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mysql -u root -proot < db_setup.sql
|