M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app/vendor/laravel/sail/database/mysql/
Upload File :
Current File : /home/bullgymbny/app/vendor/laravel/sail/database/mysql/create-testing-database.sh

#!/usr/bin/env bash

mysql --user=root --password="$MYSQL_ROOT_PASSWORD" <<-EOSQL
    CREATE DATABASE IF NOT EXISTS testing;
    GRANT ALL PRIVILEGES ON \`testing%\`.* TO '$MYSQL_USER'@'%';
EOSQL

GO Party By You