Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to bring WSL to Settler v13 #1850

Merged
merged 3 commits into from Jan 28, 2023
Merged

Conversation

svpernova09
Copy link
Contributor

https://github.com/laravel/settler/releases/tag/v13.0.0

Major Change

MySQL has been replaced with MariaDB

@svpernova09 svpernova09 merged commit 86baac1 into main Jan 28, 2023
@svpernova09 svpernova09 deleted the wslinit-updates-settler-13 branch January 28, 2023 16:26
apt-get install -y mariadb-server mariadb-client

# Configure Maria Remote Access and ignore db dirs
sed -i "s/bind-address = 127.0.0.1/bind-address = 0.0.0.0/" /etc/mysql/mariadb.conf.d/50-server.cnf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this redundant since the entire file is being replaced in the next command (cat)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants