MariaDB WIP

This commit is contained in:
Miguel Martinez
2015-06-08 19:29:38 -07:00
parent dc1d5097ae
commit fc5974c366
3 changed files with 26 additions and 42 deletions

View File

@@ -13,6 +13,6 @@ mv my.cnf conf.defaults/
ln -s $INSTALL_DIR/conf/my.cnf my.cnf
# symlink mount points at root to install dir
ln -s $INSTALL_DIR/conf /conf
ln -s $INSTALL_DIR/data /data
ln -s $INSTALL_DIR/logs /logs
ln -s $INSTALL_DIR/conf $BITNAMI_VOL_PREFIX/conf
ln -s $INSTALL_DIR/data $BITNAMI_VOL_PREFIX/data
ln -s $INSTALL_DIR/logs $BITNAMI_VOL_PREFIX/logs