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

connection:info MySQL Command field returns incorrectly formatted password. #2618

Open
kazajhodo opened this issue Aug 21, 2024 · 2 comments

Comments

@kazajhodo
Copy link

Platform

(x) MacOS
( ) Linux
( ) WSL2

Installed Via

(x) Homebrew
( ) Apt Package
( ) Manually

PHP Version

(x) 7.4x
(x) 8.0
(x) 8.1

Terminus Version

3.5.2

Command Executed

terminus connection:info something.live --field='MySQL Command'

Expected behavior

mysql -u pantheon -p password -h host -P port pantheon

Actual behavior

mysql -u pantheon -ppassword -h host -P port pantheon

@kazajhodo
Copy link
Author

/src/Models/Environment.php line 337

$command = "mysql -u $username -p$password -h $domain -P $port $database";

$command = "mysql -u $username -p $password -h $domain -P $port $database";

@kazajhodo
Copy link
Author

Pull request is in:

 Fix connection:info MySQL Command formatting. #2619 

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

No branches or pull requests

1 participant