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

base: Add mariadb client #459

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

surajssd
Copy link
Member

@surajssd surajssd commented Aug 7, 2024

No description provided.

Signed-off-by: Suraj Deshmukh <[email protected]>
Copy link
Contributor

@priyaananthasankar priyaananthasankar left a comment

Choose a reason for hiding this comment

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

Can we add the vulnerability scan report for mariadb, the package details and mysql package history of vulns in the PR as a comment? We can tally these with the public document.

@surajssd
Copy link
Member Author

We decided to remove mysql and replace it with mariadb because of few reasons listed here:

  • MySQL mariner package was consistently racking up vulnerabilities.
  • The MySQL package on Mariner also ships the server and the client in one package, users cannot start a MySQL server on CloudShell as shown in this issue. I have filed an issue with Mariner on separating the client and server into two but didn't get any response.
  • OTOH, Mariadb package on mariner ships only the client which is a perfect for our needs. Mariadb is compatible with the MySQL clients.

@priyaananthasankar priyaananthasankar merged commit b4925a0 into Azure:master Aug 13, 2024
2 checks passed
@surajssd surajssd deleted the add-mariadb branch August 13, 2024 22:29
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.

2 participants