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 #114

Merged

Conversation

uberhacker
Copy link
Contributor

Fixes #113.

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-drupal pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 723fbb0

@uberhacker uberhacker force-pushed the 113-use-mysql-command-maradb-10.3.x-below branch from 7774105 to 723fbb0 Compare May 27, 2024 05:45
@reynoldsalec reynoldsalec merged commit e3b6533 into lando:main May 27, 2024
22 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