We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(x) MacOS ( ) Linux ( ) WSL2
(x) Homebrew ( ) Apt Package ( ) Manually
(x) 7.4x (x) 8.0 (x) 8.1
3.5.2
terminus connection:info something.live --field='MySQL Command'
mysql -u pantheon -p password -h host -P port pantheon
mysql -u pantheon -ppassword -h host -P port pantheon
The text was updated successfully, but these errors were encountered:
/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";
Sorry, something went wrong.
Pull request is in:
Fix connection:info MySQL Command formatting. #2619
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: