fickit: Use mariadb instead of mysql
This commit is contained in:
parent
ada16f4ce7
commit
a01380730c
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nsenter -t $(pgrep mysql | head -1) -m -u -i -n -p -- mysql $@
|
||||
nsenter -t $(pgrep mariadb | head -1) -m -u -i -n -p -- mariadb $@
|
||||
|
|
|
|||
Reference in a new issue