We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cfd67 commit 4556b5dCopy full SHA for 4556b5d
stack.sh
@@ -853,7 +853,7 @@ EOF
853
sudo sed -i '/^bind-address/s/127.0.0.1/0.0.0.0/g' $MY_CONF
854
855
# Set default db type to InnoDB
856
- if grep -q "default-storage-engine" $MY_CONF; then
+ if sudo grep -q "default-storage-engine" $MY_CONF; then
857
# Change it
858
sudo bash -c "source $TOP_DIR/functions; iniset $MY_CONF mysqld default-storage-engine InnoDB"
859
else
0 commit comments