Initial checkin.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
commit
30132626b8
68 changed files with 5497 additions and 0 deletions
12
sbin/create-mysql.sh
Normal file
12
sbin/create-mysql.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $Id: create-mysql.sh 179 2009-11-07 15:19:03Z root $
|
||||
#
|
||||
export "LANG=C"
|
||||
export "LC_ALL=C"
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
|
||||
. "${HUHU_DIR}/sbin/create-functions.sh"
|
||||
set_mysql_vars "$1"
|
||||
create_mysql
|
||||
Loading…
Add table
Add a link
Reference in a new issue