Bug #78432 When %path% is accessed in the windows command line, mysql is runned
Submitted: 15 Sep 2015 0:30 Modified: 15 Sep 2015 5:00
Reporter: Wooyong Chung Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:6.3.4 OS:Windows (Microsoft Windows Server 2008 R2 Standard Service Pack 1)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[15 Sep 2015 0:30] Wooyong Chung
Description:
If I type %path% in the windows command line, I got a message about running mysql.

ex) c:\> %path% then mysql help is printed. 
     (like I put mysql.exe, same as I put c:\>mqsql.exe)

How to repeat:
just put %path% in the windows command line
[15 Sep 2015 5:00] MySQL Verification Team
you're only supposed to put directories into the path variable.  Not filenames.
suggest you examine output of

echo %path% and fix it accordingly.
[15 Sep 2015 5:05] MySQL Verification Team
but anyway,  you're not supposed to try to execute the %path% string!