xref: /php-src/travis/setup-mysql.sh (revision cf3d3cd8)
1#!/bin/sh
2set -ev
3
4mysql -vvv -e "CREATE DATABASE IF NOT EXISTS test"
5