I am developing an application in python and using mySql for storing data. It was running fine last time I used it. Now, I didnt make any change in code. When I am running application, an error is coming: Error 2003: Can't connect to MySQL server on 'localhost' (10061)
After this I tried starting MySql explicitly and entered my password,it gave some error. Error: Cant connect to MySql Server on 127.0.0.1(10061)
Any idea, why MySql is showing this kind of behavior? Is re-installation only solution?