Skip to content

Instantly share code, notes, and snippets.

@itiut
Created June 9, 2014 07:53
Show Gist options
  • Save itiut/bf811ff3ced20d87dc0c to your computer and use it in GitHub Desktop.
Save itiut/bf811ff3ced20d87dc0c to your computer and use it in GitHub Desktop.
#!/bin/sh
set -eux
cd $(dirname $0)
BASE_DIR=$KUGENUMA51_HOME/opt/mysql
DATA_DIR=$KUGENUMA51_HOME/mnt
rm -rf $DATA_DIR/*
cd $BASE_DIR
./scripts/mysql_install_db --user=$USER --datadir=$DATA_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment