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

5 lines
70 B
Bash
Executable File

#!/bin/sh
set -ev
mysql -vvv -e "CREATE DATABASE IF NOT EXISTS test"