mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
2 lines
66 B
Bash
Executable file
2 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
mysql -u root -e "CREATE DATABASE IF NOT EXISTS test"
|