I installed SQLYog Community edition for windows, a GUI tool for MySql. I had earlier installed MySql with XAMPP. Now when I am trying to connect , I see an error (as pointed):
What could be the reason, I am getting this ? How do I connect to MySql and start using this GUI tool ?
The message says access denied for suhail @localhost
. These could be the issues :
suhail
does not exist at locahost.3306
.These are some of the troubleshoot techniques.
Also follow the comments on your question.