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.
2 parents 1cdf5fa + 4556b5d commit 6a19b59Copy full SHA for 6a19b59
stack.sh
@@ -818,7 +818,7 @@ EOF
818
sudo sed -i '/^bind-address/s/127.0.0.1/0.0.0.0/g' $MY_CONF
819
820
# Set default db type to InnoDB
821
- if grep -q "default-storage-engine" $MY_CONF; then
+ if sudo grep -q "default-storage-engine" $MY_CONF; then
822
# Change it
823
sudo bash -c "source $TOP_DIR/functions; iniset $MY_CONF mysqld default-storage-engine InnoDB"
824
else
0 commit comments