mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
set -ev
|
|
|
|
mysql -vvv -e "CREATE DATABASE IF NOT EXISTS test"
|