Reputation: 2339
I am not able to connect to my SQLYog now. I am learning database queries.I could not view my databases.Initially, I downloaded SQLYOg Community 64, installed it and while 'connect to MySQL Host'. Then the following error has come..
Before that, I went to services.msc from 'run', and stopped the 'Windows Firefall'.Still, it is not solved. I am a beginner. Let me know how to rectify it..
Upvotes: 2
Views: 7344
Reputation: 48
This error occurred because you need to check with the Antivirus. I checked that in my system i was using K7 Antivirus which was blocking the new connection. Kindly check if your antivirus is blocking your connection using current settings.
Hope this is Useful.
Upvotes: 1
Reputation: 23
I too was getting the same error when i try to start the mysql. Then i did a bit of research on that and did the following,
firstly, you must login to an admin account. then goto services.msc, search for mysql, right click and select the start.
Make sure that the port is free and it exists. And enter the right password in your sqlyog.
this link might help you, http://faq.webyog.com/content/23/15/en/error-no-2003-can_t-connect.html
Upvotes: 1