/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
laravel
/
sail
/
database
/
mariadb
/
Upload File
HOME
#!/usr/bin/env bash /usr/bin/mariadb --user=root --password="$MYSQL_ROOT_PASSWORD" <<-EOSQL CREATE DATABASE IF NOT EXISTS testing; GRANT ALL PRIVILEGES ON \`testing%\`.* TO '$MYSQL_USER'@'%'; EOSQL