init scripts to initialize database from the sql dump
This commit is contained in:
parent
fbd669f14a
commit
51b7ab6c5a
3
init.sh
Executable file
3
init.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
sudo mysql < init.sql
|
||||
mysql --user=spip --password=password spip < $(realpath "$1")
|
Loading…
Reference in New Issue
Block a user