mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
mysql -vvv -e "CREATE DATABASE IF NOT EXISTS test"
|