This website requires JavaScript.
Explore
Help
Sign In
afornerot
/
ninedocker
Watch
1
Star
0
Fork
You've already forked ninedocker
0
Code
Issues
26
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b5e5a75d36
ninedocker
/
services
/
15-mariadb
/
volume
/
nine
/
delete.sh
2 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
mariadb -u root -p
$MARIADB_ROOT_PASSWORD
-e
"
DROP DATABASE IF EXISTS
$1
;
"
Reference in New Issue
View Git Blame
Copy Permalink