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

Use mysql command for MariaDB 10.3.x and below #53

Merged

Conversation

uberhacker
Copy link
Contributor

Fixes #52.

Bare minimum self-checks

What do you think of a person who only does the bare minimum?

  • I've updated this PR with the latest code from main
  • I've done a cursory QA pass of my code locally
  • I've ensured all automated status check and tests pass
  • I've connected this PR to an issue

Pieces of flare

  • I've written a unit or functional test for my code
  • I've updated relevant documentation it my code changes it
  • I've updated this repo's README if my code changes it
  • I've updated this repo's CHANGELOG with my change unless its a trivial change (like updating a typo in the docs)

Finally

If you have any issues or need help please join the #contributors channel in the Lando slack and someone will gladly help you out!

You can also check out the coder guide.

Copy link

netlify bot commented May 25, 2024

👷 Deploy request for lando-symfony accepted.

Name Link
🔨 Latest commit b578848
🔍 Latest deploy log https://app.netlify.com/sites/lando-symfony/deploys/665233e67961aa00083f2399

@uberhacker uberhacker force-pushed the 51-Update-MariaDB-Across-All-Recipes branch from b578848 to d26f11d Compare May 25, 2024 18:57
@reynoldsalec reynoldsalec merged commit 9bc252d into lando:main May 31, 2024
16 checks passed
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.

Versions of MariaDB 10.3.x and lower do not have the mariadb command and must use the mysql executable.
2 participants