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

[BUG] mysql client was removed #458

Closed
rseanhall opened this issue Aug 7, 2024 · 2 comments
Closed

[BUG] mysql client was removed #458

rseanhall opened this issue Aug 7, 2024 · 2 comments
Labels
bug Something isn't working Tool_change This is related to updating an existing Cloud Shell tool

Comments

@rseanhall
Copy link

To Reproduce

This is the command that is automatically run when clicking the Connect button for a flexible mysql instance from the Azure portal:

mysql -h redacted.mysql.database.azure.com -u redacted -p "--ssl-ca=DigiCertGlobalRootCA.crt.pem"

Observed Behavior

mysql: The term 'mysql' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Expected behavior

The mysql client should be installed in Cloud Shell.

Is this specific to Cloud Shell?

Yes, it used to work but was removed in #453

Interface information

https://portal.azure.com, Edge on Windows 11

Additional context

Please reinstall the mysql client in Cloud Shell

@rseanhall rseanhall added bug Something isn't working Triage-needed Triage needed by Cloud Shell team labels Aug 7, 2024
@mbifeld
Copy link
Member

mbifeld commented Aug 13, 2024

The original mysql package was removed due to vulnerabilities. We are adding the mysql client using the mariaDB package in #459 .

@mbifeld mbifeld added Tool_change This is related to updating an existing Cloud Shell tool and removed Triage-needed Triage needed by Cloud Shell team labels Aug 13, 2024
@surajssd
Copy link
Member

surajssd commented Sep 4, 2024

@rseanhall is back in the CloudShell, hence closing this issue. Feel free to open issues if you face problems 🙂

@surajssd surajssd closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Tool_change This is related to updating an existing Cloud Shell tool
Projects
None yet
Development

No branches or pull requests

3 participants