Skip to content

Commit

Permalink
Disable binlog by default, addresses laravel/homestead#1775
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Mar 17, 2022
1 parent c977591 commit 1519308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export DEBIAN_FRONTEND=noninteractive
ARCH=$(arch)

SKIP_PHP=false
SKIP_MYSQL=false
SKIP_MARIADB=true
SKIP_MYSQL=true
SKIP_MARIADB=false
SKIP_POSTGRESQL=false

echo "### Settler Build Configuration ###"
Expand Down Expand Up @@ -558,6 +558,7 @@ else
cat > /etc/mysql/conf.d/mysqld.cnf << EOF
[mysqld]
bind-address = 0.0.0.0
disable_log_bin
default_authentication_plugin = mysql_native_password
EOF

Expand Down

0 comments on commit 1519308

Please sign in to comment.