Details
- 
    
Bug
 - 
    Status: Open (View Workflow)
 - 
    
Minor
 - 
    Resolution: Unresolved
 - 
    5.5.39, 10.0.13
 - 
    None
 - 
    Windows 7
 
Description
Why does mysql monitor mention an "Unknown error"  here?
Either print the correct error or no error string ![]()
					C:\mariadb-10.0.13-winx64\bin>mysql -h127.0.0.1 -P123
			 | 
		
					ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061 "Unknown error")
			 | 
		
					Â  | 
		
					C:\mariadb-10.0.13-winx64\bin>perror 10061
			 | 
		
					Win32 error code 10061: No connection could be made because the target machine actively refused it.
			 |