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
Your Login is something like: ./innotopgo mysql://root:password@localhost:3306
./innotopgo mysql://root:password@localhost:3306
But if I don't know the password it should work something like ./innotopgo mysql://admin:**cat /etc/psa/.psa.shadow**@localhost:3306
**cat /etc/psa/.psa.shadow**
For Example this works on Plesk based Servers: mytop -u admin -pcat /etc/psa/.psa.shadow
cat /etc/psa/.psa.shadow
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Your Login is something like:
./innotopgo mysql://root:password@localhost:3306
But if I don't know the password it should work something like
./innotopgo mysql://admin:
**cat /etc/psa/.psa.shadow**
@localhost:3306For Example this works on Plesk based Servers:
mytop -u admin -p
cat /etc/psa/.psa.shadow
The text was updated successfully, but these errors were encountered: