php-src/travis/ext/mysql/setup.sh

3 lines
66 B
Bash
Raw Normal View History

#!/bin/bash
mysql -u root -e "CREATE DATABASE IF NOT EXISTS test"