diff --git a/oam/install_scripts/post-mysqld-install b/oam/install_scripts/post-mysqld-install index 3976c5466..3d9ce2b72 100755 --- a/oam/install_scripts/post-mysqld-install +++ b/oam/install_scripts/post-mysqld-install @@ -105,6 +105,10 @@ if [ -x $installdir/mysql/mysql-Columnstore ]; then fi fi fi + + # stop + $installdir/mysql/mysql-Columnstore stop >/dev/null 2>&1 + sleep 2 fi ### Don't give the user the notes, we'll fix them ourselves...