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
I have two MariaDB instances on the ports 3306 and 3307.
When I run myqltuner.pl --port 3307, it still connects to the instance on the port 3306.
myqltuner.pl --port 3307
I can even enter any random port number, it still connects to 3306.
The text was updated successfully, but these errors were encountered:
Hi @H0w4rd
I think that you should try to setup --host option with --port option
This method works fine for me :)
Sorry, something went wrong.
hi @H0w4rd @leonyu send us a PR #731 do you think this can solve our issue ?
I think using host option will solve this issue
jmrenouard
No branches or pull requests
I have two MariaDB instances on the ports 3306 and 3307.
When I run
myqltuner.pl --port 3307
, it still connects to the instance on the port 3306.I can even enter any random port number, it still connects to 3306.
The text was updated successfully, but these errors were encountered: