mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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"
|