Update mariadb with new installer option and password notice

This commit is contained in:
Adnan Abdulhussein
2015-06-02 14:16:08 -07:00
parent fef783248e
commit 508cdf8d67
3 changed files with 34 additions and 10 deletions

View File

@@ -3,9 +3,6 @@
INSTALL_DIR=$1
cd $INSTALL_DIR
# remove unneeded files
rm -rf data scripts/myscript.sh scripts/myscript-upgrade.sh
# set up logging to stdout
mkdir logs
ln -s /dev/stdout logs/mysqld.log