Troubleshooting of MySQLTuner: Difference between revisions
Jump to navigation
Jump to search
→How to resolve: couldn't find diagnostic data
| Line 31: | Line 31: | ||
* Windows 2008 R2 standard | * Windows 2008 R2 standard | ||
* Cygwin version: CYGWIN_NT-6.1 Win2008R2-0-0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin (information returned from {{kbd | key=<nowiki>uname -a</nowiki>}}) | * Cygwin version: CYGWIN_NT-6.1 Win2008R2-0-0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin (information returned from {{kbd | key=<nowiki>uname -a</nowiki>}}) | ||
== How to resolve: unzip: command not found == | |||
Condition: | |||
<pre> | |||
$ unzip -l sysschema.zip | |||
-bash: unzip: command not found | |||
</pre> | |||
Solution: | |||
# Download the installation file {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}} of Cygwin from [https://cygwin.com/install.html Cygwin Installation] | |||
# Open the command line window | |||
# Change to the directory where the file {{kbd | key=<nowiki>setup-x86_64.exe</nowiki>}} located e.g. {{kbd | key=<nowiki>cd C:\Downloads></nowiki>}} and than press the key {{kbd | key=<nowiki>Enter</nowiki>}} | |||
# To install the packages: [https://cygwin.com/packages/summary/unzip.html unzip]. Keyin {{kbd | key=<nowiki>setup-x86_64.exe -q -P unzip</nowiki>}} | |||
== How to resolve: Attempted to use login credentials, but they were invalid. == | == How to resolve: Attempted to use login credentials, but they were invalid. == | ||